mirror of
https://github.com/morten-olsen/react-native-debug-console.git
synced 2026-02-08 00:36:26 +01:00
Cleanup
This commit is contained in:
27
wallaby.js
Normal file
27
wallaby.js
Normal file
@@ -0,0 +1,27 @@
|
||||
module.exports = function (wallaby) {
|
||||
|
||||
return {
|
||||
files: [
|
||||
'babel.config.js',
|
||||
'packages/**/*.js',
|
||||
'__mocks__/**/*.js',
|
||||
'!packages/**/*.spec.js',
|
||||
'!packages/demo/node_modules/**/*'
|
||||
],
|
||||
|
||||
tests: [
|
||||
'packages/lib/test/*.spec.js',
|
||||
],
|
||||
|
||||
env: {
|
||||
type: 'node',
|
||||
runner: 'node'
|
||||
},
|
||||
|
||||
compilers: {
|
||||
'**/*.js': wallaby.compilers.babel()
|
||||
},
|
||||
|
||||
testFramework: 'jest'
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user