mirror of
https://github.com/zoriya/react-native-web.git
synced 2026-06-01 01:59:10 +00:00
[change] Unit test setup and reporter
This commit is contained in:
+2
-1
@@ -5,5 +5,6 @@ var ROOT = path.join(__dirname, '..')
|
||||
module.exports = {
|
||||
DIST_DIRECTORY: path.join(ROOT, 'dist'),
|
||||
SRC_DIRECTORY: path.join(ROOT, 'src'),
|
||||
ROOT_DIRECTORY: ROOT
|
||||
ROOT_DIRECTORY: ROOT,
|
||||
TEST_ENTRY: path.join(ROOT, 'src/tests.webpack.js')
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user