Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
silesky committed Dec 11, 2024
1 parent 302a06e commit 3290fca
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/signals/signals-integration-tests/webpack.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ import globby from 'globby'
import type { Configuration as WebpackConfiguration } from 'webpack'

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

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

0 comments on commit 3290fca

Please sign in to comment.