run prettier and fix tests

This commit is contained in:
Matt McCherry
2024-12-02 09:51:51 +00:00
parent d9286c549f
commit 580323c221
3 changed files with 23 additions and 1 deletions

View File

@@ -481,7 +481,6 @@ describe('Matchers (Integration)', function() {
verifyFails(function(env) {
env.expect(1).toBeNullish();
});
});
describe('toContain', function() {