mirror of
https://github.com/zoriya/react-native-web.git
synced 2026-05-23 23:06:24 +00:00
[change] move tests.webpack.js
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
/**
|
||||
* This module creates a context of all the spec files (following a naming
|
||||
* convention). It's used as the webpack entry file for unit tests.
|
||||
*
|
||||
* See: https://github.com/webpack/docs/wiki/context
|
||||
*/
|
||||
var context = require.context('./src', true, /-test\.js$/)
|
||||
context.keys().forEach(context)
|
||||
Reference in New Issue
Block a user