Standardize on Jasmine for tests.

This commit is contained in:
Timothy Farrell 2017-01-24 20:13:11 -06:00
parent 51926d1c02
commit b6512736dc

View File

@ -36,13 +36,13 @@
"babel-preset-es2015-rollup": "3.0.0",
"babel-preset-stage-0": "6.16.0",
"eslint": "3.2.0",
"jasmine": "^2.5.3",
"rimraf": "2.5.4",
"rollup-plugin-json": "2.1.0",
"rollup-plugin-babel": "^2.7.1",
"uglifyjs": "2.4.10"
},
"dependencies": {
"jasmine": "^2.5.3",
"trimkit": "^1.0.2"
}
}