1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 01:36:22 +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

@@ -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)
}