Skip to content

Commit

Permalink
chore: switch to vitest
Browse files Browse the repository at this point in the history
  • Loading branch information
divdavem committed Oct 3, 2023
1 parent 58840b2 commit 74e3605
Show file tree
Hide file tree
Showing 9 changed files with 845 additions and 6,630 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- run: yarn --immutable
- run: yarn lint
- run: yarn format:check
- run: yarn test
- run: yarn test --coverage
- uses: codecov/codecov-action@d9f34f8cd5cb3b3eb79b3e4b5dae3a16df499a70 #v3.1.1
with:
file: coverage/lcov.info
Expand Down
36 changes: 0 additions & 36 deletions angular.json

This file was deleted.

8 changes: 0 additions & 8 deletions karma.ci.conf.js

This file was deleted.

32 changes: 0 additions & 32 deletions karma.conf.js

This file was deleted.

19 changes: 7 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"name": "@amadeus-it-group/tansu",
"type": "module",
"devDependencies": {
"@angular-devkit/build-angular": "^16.2.4",
"@angular/cli": "^16.2.4",
"@angular/common": "^16.2.7",
"@angular/compiler": "^16.2.7",
"@angular/compiler-cli": "^16.2.7",
Expand All @@ -14,30 +13,26 @@
"@microsoft/api-documenter": "^7.23.9",
"@microsoft/api-extractor": "^7.38.0",
"@rollup/plugin-typescript": "^11.1.4",
"@types/jasmine": "^4.3.6",
"@typescript-eslint/eslint-plugin": "^6.7.3",
"@typescript-eslint/parser": "^6.7.3",
"@vitest/coverage-istanbul": "^0.34.6",
"eslint": "^8.50.0",
"eslint-config-prettier": "^9.0.0",
"happy-dom": "^12.6.0",
"husky": "^8.0.3",
"jasmine-core": "^5.1.1",
"jasmine-spec-reporter": "^7.0.0",
"karma": "^6.4.2",
"karma-chrome-launcher": "^3.2.0",
"karma-coverage": "^2.2.1",
"karma-jasmine": "^5.1.0",
"karma-jasmine-html-reporter": "^2.1.0",
"prettier": "^3.0.3",
"pretty-quick": "^3.1.3",
"rollup": "^3.29.4",
"rxjs": "^7.8.1",
"svelte": "^4.2.1",
"typescript": "^5.2.2",
"vitest": "^0.34.6",
"zone.js": "^0.14.0"
},
"scripts": {
"test": "ng test -c ci",
"test-tdd": "ng test",
"test": "vitest run",
"tdd": "vitest",
"tdd:ui": "vitest --ui",
"clean": "rm -rf dist temp",
"lint": "eslint src/{,**/}*.ts",
"build:rollup": "rollup --failAfterWarnings -c",
Expand Down
Loading

0 comments on commit 74e3605

Please sign in to comment.