Commit ef43936 1 parent f23fd4b commit ef43936 Copy full SHA for ef43936
File tree 7 files changed +7
-15
lines changed
7 files changed +7
-15
lines changed Original file line number Diff line number Diff line change 136
136
"@types/node-forge" : " ^0.9.7" ,
137
137
"@types/varint" : " ^6.0.0" ,
138
138
"abortable-iterator" : " ^3.0.0" ,
139
- "aegir" : " ^33.0.0 " ,
139
+ "aegir" : " ^33.1.1 " ,
140
140
"buffer" : " ^6.0.3" ,
141
- "chai-bytes" : " ^0.1.2" ,
142
- "chai-string" : " ^1.5.0" ,
143
141
"delay" : " ^5.0.0" ,
144
142
"interop-libp2p" : " ^0.3.0" ,
145
143
"into-stream" : " ^6.0.0" ,
Original file line number Diff line number Diff line change 2
2
/* eslint-env mocha */
3
3
'use strict'
4
4
5
- const { chai, expect } = require ( 'aegir/utils/chai' )
6
- chai . use ( require ( 'chai-string' ) )
5
+ const { expect } = require ( 'aegir/utils/chai' )
7
6
const uint8ArrayFromString = require ( 'uint8arrays/from-string' )
8
7
const uint8ArrayToString = require ( 'uint8arrays/to-string' )
9
8
const { MemoryDatastore } = require ( 'interface-datastore' )
Original file line number Diff line number Diff line change 2
2
/* eslint-env mocha */
3
3
'use strict'
4
4
5
- const { chai , expect } = require ( 'aegir/utils/chai' )
5
+ const { expect } = require ( 'aegir/utils/chai' )
6
6
const fail = expect . fail
7
- chai . use ( require ( 'chai-string' ) )
8
7
const uint8ArrayFromString = require ( 'uint8arrays/from-string' )
9
8
const uint8ArrayToString = require ( 'uint8arrays/to-string' )
10
9
Original file line number Diff line number Diff line change 1
1
'use strict'
2
2
/* eslint-env mocha */
3
3
4
- const { chai, expect } = require ( 'aegir/utils/chai' )
5
- chai . use ( require ( 'chai-bytes' ) )
4
+ const { expect } = require ( 'aegir/utils/chai' )
6
5
const sinon = require ( 'sinon' )
7
6
8
7
const PeerStore = require ( '../../src/peer-store' )
Original file line number Diff line number Diff line change 1
1
'use strict'
2
2
/* eslint-env mocha */
3
3
4
- const { chai, expect } = require ( 'aegir/utils/chai' )
5
- chai . use ( require ( 'chai-bytes' ) )
4
+ const { expect } = require ( 'aegir/utils/chai' )
6
5
const uint8ArrayFromString = require ( 'uint8arrays/from-string' )
7
6
8
7
const pDefer = require ( 'p-defer' )
Original file line number Diff line number Diff line change 1
1
'use strict'
2
2
/* eslint-env mocha */
3
3
4
- const { chai, expect } = require ( 'aegir/utils/chai' )
5
- chai . use ( require ( 'chai-bytes' ) )
4
+ const { expect } = require ( 'aegir/utils/chai' )
6
5
const sinon = require ( 'sinon' )
7
6
8
7
const baseOptions = require ( '../utils/base-options' )
Original file line number Diff line number Diff line change 1
1
'use strict'
2
2
/* eslint-env mocha */
3
3
4
- const { chai, expect } = require ( 'aegir/utils/chai' )
5
- chai . use ( require ( 'chai-bytes' ) )
4
+ const { expect } = require ( 'aegir/utils/chai' )
6
5
const uint8arrayFromString = require ( 'uint8arrays/from-string' )
7
6
const uint8arrayEquals = require ( 'uint8arrays/equals' )
8
7
const Envelope = require ( '../../src/record/envelope' )
You can’t perform that action at this time.
0 commit comments