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