1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-12 17:26:17 +00:00

upgraded ava to 0.25.0

This commit is contained in:
Yu-Hung Ou
2018-03-11 16:59:00 +11:00
parent 6a1e9c5818
commit 3cba71b7a8
3 changed files with 905 additions and 439 deletions

View File

@@ -92,7 +92,7 @@
"uuid": "^3.2.1"
},
"devDependencies": {
"ava": "^0.16.0",
"ava": "^0.25.0",
"babel-core": "^6.14.0",
"babel-loader": "^6.2.0",
"babel-plugin-react-transform": "^2.0.0",

View File

@@ -29,5 +29,5 @@ test('RcParser should return a json object', t => {
})
function filePath (filename) {
return path.join('boostnoterc', filename)
return path.join(`${__dirname}/boostnoterc`, filename)
}

1340
yarn.lock

File diff suppressed because it is too large Load Diff