Skip to content

Commit e32fe47

Browse files
authored
chore(no-release): rename varint test file so it is run (#209)
Renames file so it's run along with all the other tests. Before: ```console 447 passing (613ms) 1 pending ``` After: ```console 448 passing (621ms) 1 pending ```
1 parent b00bb45 commit e32fe47

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

test/test-varint.js renamed to test/test-varint.spec.js

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
/* globals describe, it */
22

33
import { varint } from '../src/index.js'
4-
import chai from 'chai'
5-
import chaiAsPromised from 'chai-as-promised'
6-
7-
chai.use(chaiAsPromised)
8-
const { assert } = chai
4+
import { assert } from 'aegir/chai'
95

106
const UTF8 = new TextEncoder()
117

0 commit comments

Comments
 (0)