mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-08-28 17:21:05 +00:00
fix(test): Wrong runner import
This commit is contained in:
@@ -8,7 +8,11 @@ export default {
|
|||||||
],
|
],
|
||||||
transform: {
|
transform: {
|
||||||
'^.+\\.ts$': 'ts-jest',
|
'^.+\\.ts$': 'ts-jest',
|
||||||
|
'^.+\\.js$': ['ts-jest', { tsconfig: { allowJs: true } }],
|
||||||
},
|
},
|
||||||
|
transformIgnorePatterns: [
|
||||||
|
'/node_modules/(?!(color|color-string|color-convert|color-name)/)',
|
||||||
|
],
|
||||||
moduleNameMapper: {
|
moduleNameMapper: {
|
||||||
'^@/(.*)$': '<rootDir>/src/$1',
|
'^@/(.*)$': '<rootDir>/src/$1',
|
||||||
'^webextension-polyfill$': '<rootDir>/src/test/mocks/webextension-polyfill.ts',
|
'^webextension-polyfill$': '<rootDir>/src/test/mocks/webextension-polyfill.ts',
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
import { describe, expect, it } from "vitest";
|
|
||||||
import {
|
import {
|
||||||
extractSolidColor,
|
extractSolidColor,
|
||||||
normalizeCssColorString,
|
normalizeCssColorString,
|
||||||
|
|||||||
Reference in New Issue
Block a user