Skip to content

Commit f669e67

Browse files
no382001no382001cdrini
authored
Move karma unit tests to jest (#1047)
* Move karma unit tests to jest * Fix karma to jest errors in book-navigator.test.js * Fix karma to jest for ia-bookmarks.test.js * Don't run karma anymore ; no more karma tests! Co-authored-by: no382001 <s@x240> Co-authored-by: Drini Cami <cdrini@gmail.com>
1 parent 779956f commit f669e67

15 files changed

+546
-534
lines changed

package-lock.json

Lines changed: 16 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
"serve": "npx http-server . --port 8000",
117117
"serve-live": "npx live-server . --port 8000 --watch=index.html,BookReader,BookReaderDemo",
118118
"serve-dev": "npm run build-css && npx concurrently --kill-others npm:serve-live npm:build-*:watch",
119-
"test": "npx concurrently --group npm:test-jest npm:test-karma",
119+
"test": "npm run test-jest",
120120
"test:e2e": "npm run build && npx testcafe",
121121
"test:e2e:dev": "npx testcafe --live --dev",
122122
"test-jest:watch": "npx jest --watch",

0 commit comments

Comments
 (0)