File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 35
35
},
36
36
"homepage" : " https://github.com/ipfs/js-ipfs-unixfs#readme" ,
37
37
"devDependencies" : {
38
- "aegir" : " ^12.1.3 " ,
38
+ "aegir" : " ^14.0.0 " ,
39
39
"chai" : " ^4.1.2" ,
40
40
"dirty-chai" : " ^2.0.1" ,
41
41
"pre-commit" : " ^1.2.2" ,
Original file line number Diff line number Diff line change @@ -8,10 +8,10 @@ const loadFixture = require('aegir/fixtures')
8
8
9
9
const UnixFS = require ( '../src' )
10
10
11
- const raw = loadFixture ( __dirname , ' fixtures/raw.unixfs')
12
- const directory = loadFixture ( __dirname , ' fixtures/directory.unixfs')
13
- const file = loadFixture ( __dirname , ' fixtures/file.txt.unixfs')
14
- const symlink = loadFixture ( __dirname , ' fixtures/symlink.txt.unixfs')
11
+ const raw = loadFixture ( 'test/ fixtures/raw.unixfs')
12
+ const directory = loadFixture ( 'test/ fixtures/directory.unixfs')
13
+ const file = loadFixture ( 'test/ fixtures/file.txt.unixfs')
14
+ const symlink = loadFixture ( 'test/ fixtures/symlink.txt.unixfs')
15
15
const Buffer = require ( 'safe-buffer' ) . Buffer
16
16
17
17
describe ( 'unixfs-format' , ( ) => {
You can’t perform that action at this time.
0 commit comments