mirror of
https://github.com/zhigang1992/react-native-web.git
synced 2026-03-29 00:38:18 +08:00
Remove unused file
This commit is contained in:
@@ -1,8 +0,0 @@
|
||||
/**
|
||||
* 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
|
||||
*/
|
||||
const context = require.context('.', true, /-test\.js$/);
|
||||
context.keys().forEach(context);
|
||||
Reference in New Issue
Block a user