forked from remix-project-org/remix-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathjest.config.js
More file actions
21 lines (21 loc) · 713 Bytes
/
jest.config.js
File metadata and controls
21 lines (21 loc) · 713 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module.exports = {
projects: [
'<rootDir>/packages/engine/core',
'<rootDir>/packages/engine/node',
'<rootDir>/packages/engine/web',
'<rootDir>/packages/engine/vscode',
'<rootDir>/packages/utils',
'<rootDir>/packages/api',
'<rootDir>/packages/plugin/core',
'<rootDir>/packages/plugin/iframe',
'<rootDir>/packages/plugin/vscode',
'<rootDir>/packages/plugin/child-process',
'<rootDir>/packages/plugin/ws',
'<rootDir>/packages/plugin/webview',
'<rootDir>/examples/example/engine/web',
'<rootDir>/examples/example/plugin/webview',
'<rootDir>/packages/plugin/webworker',
'<rootDir>/packages/plugin/theia',
'<rootDir>/packages/engine/theia',
],
};