Skip to content

Commit 97369bc

Browse files
committed
test: use expect
1 parent 61ca304 commit 97369bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/pnp.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ describe("pnp", () => {
264264
{},
265265
(err, result) => {
266266
if (err) return done(err);
267-
result.should.equal(
267+
expect(result).toEqual(
268268
path.resolve(__dirname, "fixtures/node_modules/m2/b.js")
269269
);
270270
done();

0 commit comments

Comments
 (0)