@akashic/akashic-engine
Advanced tools
Comparing version 2.4.11 to 2.4.12
# ChangeLog | ||
## 2.4.12 | ||
* 内部で使用しているテストフレームワークの変更 | ||
## 2.4.11 | ||
@@ -4,0 +7,0 @@ |
{ | ||
"name": "@akashic/akashic-engine", | ||
"version": "2.4.11", | ||
"version": "2.4.12", | ||
"description": "The core library of Akashic Engine", | ||
@@ -10,5 +10,3 @@ "main": "index.js", | ||
"del": "~0.1.3", | ||
"istanbul": "^0.3.2", | ||
"jasmine": "^2.1.1", | ||
"jasmine-reporters": "~2.0.4", | ||
"jest": "^24.1.0", | ||
"renamer": "^0.6.1", | ||
@@ -33,5 +31,5 @@ "rimraf": "^2.6.1", | ||
"concat:node": "concat scripts/conf/platforms/node/prefix.js lib/main.js scripts/conf/platforms/node/suffix.js -o lib/main.node.js", | ||
"test": "npm run build && npm run test:compile && npm run test:jasmine", | ||
"test": "npm run build && npm run test:compile && npm run test:jest", | ||
"test:compile": "tsc -p ./spec", | ||
"test:jasmine": "istanbul cover --report text --report html --colors -i ./lib/main.node.js ./node_modules/jasmine/bin/jasmine.js", | ||
"test:jest": "jest", | ||
"textlint": "textlint -f pretty-error doc/ && textlint -f pretty-error unreleased-changes/", | ||
@@ -38,0 +36,0 @@ "minify": "npm run build && npm run minify:node && npm run minify:browser", |
14
1537904