Skip to content

Commit 3290fca

Browse files
committed
wip
1 parent 302a06e commit 3290fca

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

packages/signals/signals-integration-tests/webpack.config.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ import globby from 'globby'
33
import type { Configuration as WebpackConfiguration } from 'webpack'
44

55
// This config is for bundling fixtures in order to serve the pages that webdriver.io will use in its tests.
6-
const files = globby.sync('src/tests/*/signals-bundle.ts*', { cwd: __dirname })
6+
const files = globby.sync('src/tests/*/index.bundle.{ts,tsx}', {
7+
cwd: __dirname,
8+
})
79

810
const entries = files.reduce((acc, file) => {
911
const [dirName] = file.split('/').slice(-2)

0 commit comments

Comments
 (0)