File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 3535 },
3636 "homepage" : " https://github.com/ipfs/js-ipfs-unixfs#readme" ,
3737 "devDependencies" : {
38- "aegir" : " ^12.1.3 " ,
38+ "aegir" : " ^14.0.0 " ,
3939 "chai" : " ^4.1.2" ,
4040 "dirty-chai" : " ^2.0.1" ,
4141 "pre-commit" : " ^1.2.2" ,
Original file line number Diff line number Diff line change @@ -8,10 +8,10 @@ const loadFixture = require('aegir/fixtures')
88
99const UnixFS = require ( '../src' )
1010
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')
1515const Buffer = require ( 'safe-buffer' ) . Buffer
1616
1717describe ( 'unixfs-format' , ( ) => {
You can’t perform that action at this time.
0 commit comments