Skip to content

Commit

Permalink
feat: expect helper
Browse files Browse the repository at this point in the history
  • Loading branch information
kobenguyent committed Oct 12, 2023
1 parent 049f885 commit ca52b25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/helper/Expect.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const chai = require('chai');
const { output } = require('codeceptjs');
const output = require('../output');

const { expect } = chai;

Expand Down

0 comments on commit ca52b25

Please sign in to comment.