mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-14 10:16:26 +00:00
upgraded ava to 0.25.0
This commit is contained in:
@@ -92,7 +92,7 @@
|
|||||||
"uuid": "^3.2.1"
|
"uuid": "^3.2.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"ava": "^0.16.0",
|
"ava": "^0.25.0",
|
||||||
"babel-core": "^6.14.0",
|
"babel-core": "^6.14.0",
|
||||||
"babel-loader": "^6.2.0",
|
"babel-loader": "^6.2.0",
|
||||||
"babel-plugin-react-transform": "^2.0.0",
|
"babel-plugin-react-transform": "^2.0.0",
|
||||||
|
|||||||
@@ -29,5 +29,5 @@ test('RcParser should return a json object', t => {
|
|||||||
})
|
})
|
||||||
|
|
||||||
function filePath (filename) {
|
function filePath (filename) {
|
||||||
return path.join('boostnoterc', filename)
|
return path.join(`${__dirname}/boostnoterc`, filename)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user