Skip to content

Commit

Permalink
toMatch with regexp
Browse files Browse the repository at this point in the history
  • Loading branch information
phated committed Mar 13, 2024
1 parent 3a1d29e commit e74b54d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/index.js
Expand Up @@ -581,7 +581,7 @@ describe('Liftoff', function () {
},
});
app.prepare({}, function (env) {
expect(env.configPath).toEqual('./override-the-config-path.js');
expect(env.configPath).toMatch(/override-the-config-path\.js$/);
done();
});
});
Expand Down

0 comments on commit e74b54d

Please sign in to comment.