mirror of
https://github.com/shoelace-style/shoelace.git
synced 2026-01-12 02:59:13 +00:00
Run web test runner with production modules (#1736)
* Run web test runner with production modules * prettier
This commit is contained in:
@@ -6,7 +6,9 @@ export default {
|
|||||||
rootDir: '.',
|
rootDir: '.',
|
||||||
files: 'src/**/*.test.ts', // "default" group
|
files: 'src/**/*.test.ts', // "default" group
|
||||||
concurrentBrowsers: 3,
|
concurrentBrowsers: 3,
|
||||||
nodeResolve: true,
|
nodeResolve: {
|
||||||
|
exportConditions: ['production', 'default']
|
||||||
|
},
|
||||||
testFramework: {
|
testFramework: {
|
||||||
config: {
|
config: {
|
||||||
timeout: 3000,
|
timeout: 3000,
|
||||||
|
|||||||
Reference in New Issue
Block a user