Skip to content

Commit

Permalink
chore: remove Jest
Browse files Browse the repository at this point in the history
  • Loading branch information
maelgangloff committed Nov 2, 2023
1 parent fac28c2 commit 9b8bbe5
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 1,667 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.PHONY: lint test
.PHONY: lint #test
.DEFAULT_GOAL=dist
PACKAGE_MANAGER=yarn

Expand All @@ -8,8 +8,8 @@ node_modules: package.json yarn.lock ## Installer les dépendances
dist: node_modules src tsconfig.json ## Construire les fichiers de distribution
npx tsc -p tsconfig.json

test: node_modules tests ## Tests unitaires
npx jest
#test: node_modules tests ## Tests unitaires
# npx jest

lint: node_modules .eslintrc .eslintignore ## Analyse statique du code
npx eslint src/ tests/ --ext .ts
Expand Down
14 changes: 0 additions & 14 deletions jest.config.js

This file was deleted.

Loading

0 comments on commit 9b8bbe5

Please sign in to comment.