UNPKG

@absolute-web/storyblok

Version:
13 lines (12 loc) 297 B
module.exports = { moduleNameMapper: { '^@/(.*)$': '<rootDir>/$1', '^~/(.*)$': '<rootDir>/$1', }, moduleFileExtensions: ['js', 'ts', 'json'], transform: { '^.+\\.js$': 'babel-jest', '^.+\\.ts$': 'ts-jest', }, testMatch: ['<rootDir>/**/__tests__/**/*spec.[jt]s?(x)'], }