UNPKG

smyld-lib-common

Version:

SMYLD Javascript Core Library, contains several core APIs that benefit the developers working on SPA applications

11 lines 364 B
module.exports = { preset:'ts-jest', roots:["<rootDir>/src","<rootDir>/tests"], transform: { '^.+\\.vue$': '@vue/vue3-jest', "^.+\\.(ts|tsx)$": "ts-jest" }, testEnvironment: 'jsdom', testRegex: '/tests/.*\\.(test|spec)?\\.(ts|tsx)$', moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx', 'json', 'node', 'vue'] };