Skip to content

Commit 67d5ca5

Browse files
authored
Move tests to VITEST (JetBrains#7374)
Move tests to VITEST
1 parent 9b3ba07 commit 67d5ca5

32 files changed

+1651
-3274
lines changed

.eslintrc.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ module.exports = {
2020
'wallaby.config.js',
2121
'rollup.config.js',
2222
'*webpack.config.js',
23-
'karma-*.conf.js',
2423
'**/*.test.js',
2524
'**/*.test.ts',
2625
'**/*.test.tsx',
@@ -55,7 +54,6 @@ module.exports = {
5554
],
5655
env: {
5756
browser: true,
58-
mocha: false,
5957
node: false
6058
},
6159
rules: {
@@ -120,7 +118,6 @@ module.exports = {
120118
'__mocks__/**'
121119
],
122120
env: {
123-
mocha: true,
124121
jest: true
125122
},
126123
globals: {

.idea/runConfigurations/All_Unit_Tests.xml

Lines changed: 11 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/runConfigurations/Karma.xml

Lines changed: 0 additions & 10 deletions
This file was deleted.

.idea/runConfigurations/Karma_Selenium.xml

Lines changed: 0 additions & 11 deletions
This file was deleted.

.teamcity/settings.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1349,7 +1349,7 @@ object UnitTestsAndBuild : BuildType({
13491349
npm run build
13501350
npm run build-stories
13511351
""".trimIndent()
1352-
dockerImage = "satantime/puppeteer-node:20"
1352+
dockerImage = "node:20"
13531353
dockerImagePlatform = ScriptBuildStep.ImagePlatform.Linux
13541354
dockerRunParameters = "-v %teamcity.build.workingDir%/npmlogs:/root/.npm/_logs"
13551355
}

karma-base.conf.js

Lines changed: 0 additions & 72 deletions
This file was deleted.

karma-ci.conf.js

Lines changed: 0 additions & 20 deletions
This file was deleted.

karma-watch.conf.js

Lines changed: 0 additions & 15 deletions
This file was deleted.

karma.conf.js

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)