Skip to content

Commit

Permalink
Run web test runner with production modules (#1736)
Browse files Browse the repository at this point in the history
* Run web test runner with production modules

* prettier
  • Loading branch information
KonnorRogers authored Nov 21, 2023
1 parent 7fae62b commit bfa7c4c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion web-test-runner.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ export default {
rootDir: '.',
files: 'src/**/*.test.ts', // "default" group
concurrentBrowsers: 3,
nodeResolve: true,
nodeResolve: {
exportConditions: ['production', 'default']
},
testFramework: {
config: {
timeout: 3000,
Expand Down

0 comments on commit bfa7c4c

Please sign in to comment.