mirror of
https://github.com/zoriya/react-native-web.git
synced 2026-05-30 17:29:14 +00:00
[change] move tests.webpack.js
This commit is contained in:
+1
-1
@@ -6,5 +6,5 @@ module.exports = {
|
|||||||
DIST_DIRECTORY: path.join(ROOT, 'dist'),
|
DIST_DIRECTORY: path.join(ROOT, 'dist'),
|
||||||
SRC_DIRECTORY: path.join(ROOT, 'src'),
|
SRC_DIRECTORY: path.join(ROOT, 'src'),
|
||||||
ROOT_DIRECTORY: ROOT,
|
ROOT_DIRECTORY: ROOT,
|
||||||
TEST_ENTRY: path.join(ROOT, 'src/tests.webpack.js')
|
TEST_ENTRY: path.join(ROOT, 'tests.webpack.js')
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -4,5 +4,5 @@
|
|||||||
*
|
*
|
||||||
* See: https://github.com/webpack/docs/wiki/context
|
* See: https://github.com/webpack/docs/wiki/context
|
||||||
*/
|
*/
|
||||||
var context = require.context('.', true, /-test\.js$/)
|
var context = require.context('./src', true, /-test\.js$/)
|
||||||
context.keys().forEach(context)
|
context.keys().forEach(context)
|
||||||
Reference in New Issue
Block a user