kopia lustrzana https://github.com/shoelace-style/shoelace
Run web test runner with production modules (#1736)
* Run web test runner with production modules * prettierfile-input^2
rodzic
7fae62b806
commit
bfa7c4cda9
|
@ -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,
|
||||
|
|
Ładowanie…
Reference in New Issue