Leo Lamprecht
8 years ago
No known key found for this signature in database
GPG Key ID: B08517883D5E0E10
1 changed files with
1 additions and
1 deletions
-
test/index.js
|
|
@ -12,7 +12,7 @@ import hash from '../lib/hash' |
|
|
|
|
|
|
|
const prefix = join(__dirname, '_fixtures') + '/' |
|
|
|
const base = path => path.replace(prefix, '') |
|
|
|
const fixture = name => resolve(`./_fixtures/${name}`) |
|
|
|
const fixture = name => resolve(`./test/_fixtures/${name}`) |
|
|
|
|
|
|
|
const readJSON = async file => { |
|
|
|
const data = await readFile(file) |
|
|
|