1
0
mirror of https://github.com/google/nomulus synced 2026-01-07 05:56:49 +00:00

Move the Javascript tests to use Jasmine/Karma

This commit is contained in:
Gus Brodman
2019-06-07 18:13:38 -04:00
parent e378855093
commit b644a9f4c9
12 changed files with 4012 additions and 689 deletions

View File

@@ -18,5 +18,12 @@
"homepage": "https://github.com/google/nomulus#readme",
"dependencies": {
"google-closure-library": "20190325.0.0"
},
"devDependencies": {
"jasmine-core": "^3.3.0",
"karma": "~0.13",
"karma-chrome-launcher": "^2.2.0",
"karma-closure": "^0.1.3",
"karma-jasmine": "^2.0.1"
}
}