Move the Javascript tests to use Jasmine/Karma

This commit is contained in:
Gus Brodman
2019-06-17 11:44:52 -04:00
parent e378855093
commit b644a9f4c9
12 changed files with 4012 additions and 689 deletions
+7
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"
}
}