mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-04-22 19:57:51 +08:00
[tests] remove redundant metro blacklist config
This commit is contained in:
@@ -19,10 +19,6 @@ module.exports = {
|
||||
getBlacklistRE() {
|
||||
return blacklist([
|
||||
new RegExp(`^${escape(resolve(__dirname, '..', 'node_modules'))}\\/.*$`),
|
||||
new RegExp(`^${escape(resolve(__dirname, '..', 'tests'))}\\/.*$`),
|
||||
new RegExp(
|
||||
`^${escape(resolve(__dirname, '..', 'tests', 'node_modules'))}\\/.*$`
|
||||
),
|
||||
]);
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user