Browse Source

Added correct path for fixtures

master
Leo Lamprecht 8 years ago
parent
commit
96d93820c6
No known key found for this signature in database GPG Key ID: B08517883D5E0E10
  1. 2
      test/index.js

2
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)

Loading…
Cancel
Save