mirror of
https://github.com/zoriya/react-native-web.git
synced 2026-05-25 07:34:45 +00:00
Update babel-plugin-tester
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
"main": "index.js",
|
||||
"devDependencies": {
|
||||
"babel-core": "^6.26.3",
|
||||
"babel-plugin-tester": "^5.0.0"
|
||||
"babel-plugin-tester": "^7.0.4"
|
||||
},
|
||||
"author": "Nicolas Gallagher",
|
||||
"license": "MIT",
|
||||
|
||||
@@ -64,6 +64,13 @@ const { ColorPropType, StyleSheet, View, TouchableOpacity, processColor } = requ
|
||||
];
|
||||
|
||||
pluginTester({
|
||||
babelOptions: {
|
||||
generatorOpts: {
|
||||
jsescOption: {
|
||||
quotes: 'single'
|
||||
}
|
||||
}
|
||||
},
|
||||
plugin,
|
||||
tests
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user