mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-15 19:26:42 +08:00
8 lines
140 B
JavaScript
8 lines
140 B
JavaScript
module.exports = {
|
|
preset: 'ts-jest',
|
|
testEnvironment: 'node',
|
|
moduleNameMapper: {
|
|
'^@nativescript/webpack$': '<rootDir>/src'
|
|
}
|
|
};
|