We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30e7284 commit 90b2ea7Copy full SHA for 90b2ea7
tests/integration/redirect/js.test.ts
@@ -34,7 +34,7 @@ test('redirect.js default', async () => {
34
const cjsResult = await import(indexCjsPath);
35
36
expect(esmResult.default).toEqual(cjsResult.default);
37
- expect(esmResult.default).toMatchInlineSnapshot(`"FOOBAR1FOOBAR1BAZSTRING"`);
+ expect(esmResult.default).toMatchInlineSnapshot(`"FOOBAR1FOOBAR1BAZSTRING"`); // cspell:disable-line
38
});
39
40
test('redirect.js.path false', async () => {
0 commit comments