diff options
Diffstat (limited to 'node_modules/ava/.iron-node.js')
-rw-r--r-- | node_modules/ava/.iron-node.js | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/node_modules/ava/.iron-node.js b/node_modules/ava/.iron-node.js new file mode 100644 index 000000000..dc31ccece --- /dev/null +++ b/node_modules/ava/.iron-node.js @@ -0,0 +1,7 @@ +module.exports = { + app: { + openDevToolsDetached: true, + hideMainWindow: true + }, + workSpaceDirectory: () => __dirname +}; |