- Notifications
You must be signed in to change notification settings - Fork 276
Closed
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
I am trying to run simple test case in TypeScript project but I am getting
> mocha /myApp/node_modules/react-native-testing-library/src/index.js:2 import render from './render'; ^^^^^^ SyntaxError: Unexpected token importThis means that you guys are publishing the project code in ES6 even though node_modules should be released as ES5.
Could you compile the library code to ES5 and republish that :)
Jukkish and tomLadder
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers