Skip to content

Commit

Permalink
chore: remove chai
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed Apr 16, 2021
1 parent 1167c59 commit 44619aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/fixtures/cases.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
const { Buffer } = require('buffer')
const Bignum = require('bignumber.js').BigNumber
const { URL } = require('iso-url')
const expect = require('chai').expect
const { expect } = require('aegir/utils/chai')

const cbor = require('../../')
const constants = require('../../src/constants')
Expand Down

0 comments on commit 44619aa

Please sign in to comment.