Skip to content

Commit 90b2ea7

Browse files
committed
chore: update
1 parent 30e7284 commit 90b2ea7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/redirect/js.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ test('redirect.js default', async () => {
3434
const cjsResult = await import(indexCjsPath);
3535

3636
expect(esmResult.default).toEqual(cjsResult.default);
37-
expect(esmResult.default).toMatchInlineSnapshot(`"FOOBAR1FOOBAR1BAZSTRING"`);
37+
expect(esmResult.default).toMatchInlineSnapshot(`"FOOBAR1FOOBAR1BAZSTRING"`); // cspell:disable-line
3838
});
3939

4040
test('redirect.js.path false', async () => {

0 commit comments

Comments
 (0)