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:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user