Skip to content

Commit

Permalink
test: use expect
Browse files Browse the repository at this point in the history
  • Loading branch information
merceyz committed May 24, 2023
1 parent b5e6461 commit 1571df9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/pnp.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ describe("pnp", () => {
{},
(err, result) => {
if (err) return done(err);
result.should.equal(
expect(result).toEqual(
path.resolve(__dirname, "fixtures/node_modules/m2/b.js")
);
done();
Expand Down

0 comments on commit 1571df9

Please sign in to comment.