Skip to content

Commit 749c6d5

Browse files
committed
refactor(many): rename tests folders and clean up old theme tests, check dependencies
1 parent b061088 commit 749c6d5

File tree

276 files changed

+348
-4342
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

276 files changed

+348
-4342
lines changed

eslint.config.mjs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ const finalConfig = tseslint.config(
168168
{
169169
// Vitest tests
170170
files: [
171-
'**/__new-tests__/**',
171+
'**/__tests__/**',
172172
'packages/ui-codemods/__tests__/*'
173173
],
174174
plugins: {
@@ -182,7 +182,6 @@ const finalConfig = tseslint.config(
182182
},
183183
{ // Do not check unit tests for a11y
184184
ignores: [
185-
'**/__new-tests__/**',
186185
'**/__tests__/**'
187186
],
188187
plugins: {

package-lock.json

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

packages/emotion/src/InstUISettingsProvider/__tests__/InstUISettingProvider.test.tsx renamed to packages/emotion/src/InstUISettingsProvider/__old-tests__/InstUISettingProvider.test.tsx

File renamed without changes.

packages/emotion/src/InstUISettingsProvider/__new-tests__/InstUISettingsProvider.test.tsx renamed to packages/emotion/src/InstUISettingsProvider/__tests__/InstUISettingsProvider.test.tsx

File renamed without changes.

packages/emotion/src/__tests__/getComponentThemeOverride.test.ts renamed to packages/emotion/src/__old-tests__/getComponentThemeOverride.test.ts

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

packages/emotion/src/styleUtils/__tests__/getShorthandPropValue.test.ts renamed to packages/emotion/src/styleUtils/__old-tests__/getShorthandPropValue.test.ts

File renamed without changes.

packages/emotion/src/styleUtils/__tests__/makeThemeVars.test.ts renamed to packages/emotion/src/styleUtils/__old-tests__/makeThemeVars.test.ts

File renamed without changes.

0 commit comments

Comments
 (0)