microsoft/vscode-react-native

Public

mirrored from https://github.com/microsoft/vscode-react-nativeAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
bf370babc67fceb47785d380f57673f963c53d2b

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

lib/codepush-node-sdk/test/config/jest.config.js

12lines · modecode

1module.exports = Object.assign({}, require("./jest.base"), {
2 "transform": {
3 ".(ts|tsx)": "<rootDir>/node_modules/ts-jest/preprocessor.js"
4 },
5 "testRegex": "test/.*-(test|spec).(ts|tsx)$",
6 "moduleFileExtensions": [
7 "ts",
8 "tsx",
9 "js",
10 "json"
11 ]
12});