Initialized flipper-plugin library
Summary: Set up an initial library which can (should) be used by plugins in the future. Reviewed By: jknoxville Differential Revision: D22019554 fbshipit-source-id: 502b14b34b2c9c117cea377ab6ebbf150e6faee9
This commit is contained in:
committed by
Facebook GitHub Bot
parent
993dbef7b8
commit
2383dc85f8
@@ -18,6 +18,7 @@ module.exports = {
|
||||
'^flipper-doctor$': '<rootDir>/doctor/src',
|
||||
'^flipper-pkg$': '<rootDir>/pkg/src',
|
||||
'^flipper-pkg-lib$': '<rootDir>/pkg-lib/src',
|
||||
'^flipper-plugin$': '<rootDir>/flipper-plugin/src',
|
||||
},
|
||||
clearMocks: true,
|
||||
coverageReporters: ['json-summary', 'lcov', 'html'],
|
||||
|
||||
Reference in New Issue
Block a user