Skip to content

Commit

Permalink
import and use 'chai-as-promised'
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshinorin committed Jun 15, 2022
1 parent 45168c2 commit 97e0a4d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/scripts/model.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
import chai from 'chai';
const should = chai.should(); // eslint-disable-line

import chaiAsPromised from 'chai-as-promised';
chai.use(chaiAsPromised );

import lodash from 'lodash';
const { sortBy } = lodash;
import Promise from 'bluebird';
Expand Down

0 comments on commit 97e0a4d

Please sign in to comment.