From e270785a9c7b5ae291381865eb5f36733d75e343 Mon Sep 17 00:00:00 2001 From: Tatyana Date: Thu, 5 Oct 2023 23:45:25 -0500 Subject: [PATCH] test: add styled-jsx to included files test --- test/index.spec.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/test/index.spec.ts b/test/index.spec.ts index f80aa19f6b..def83d27d1 100644 --- a/test/index.spec.ts +++ b/test/index.spec.ts @@ -455,6 +455,7 @@ describe('onBuild()', () => { `!node_modules/next/dist/next-server/server/lib/squoosh/**/*.wasm`, '!node_modules/next/dist/compiled/webpack/bundle4.js', '!node_modules/next/dist/compiled/webpack/bundle5.js', + '/home/runner/work/next-runtime/next-runtime/node_modules/styled-jsx/style.js', '!node_modules/sharp/**/*', ] // Relative paths in Windows are different