Run web test runner with production modules (#1736)

* Run web test runner with production modules

* prettier
file-input^2
Konnor Rogers 2023-11-21 11:19:06 -05:00 zatwierdzone przez GitHub
rodzic 7fae62b806
commit bfa7c4cda9
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 3 dodań i 1 usunięć

Wyświetl plik

@ -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,