This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Use old-school javascript in this file to make it work nicely | |
// Or use a newer node version with nvm | |
function setupWallaby(wallaby) { | |
return { | |
name, | |
// debug: true, // Use this if things go wrong | |
testFramework: 'mocha', | |
files: [ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Florians-MBP:epotek Florian$ ./node_modules/.bin/prettier-eslint test.jsx --log-level trace | |
Trace: prettier-eslint [TRACE]: called format with options: Object { | |
"eslintPath": undefined, | |
"filePath": "test.jsx", | |
"logLevel": "trace", | |
"prettierLast": false, | |
"prettierOptions": Object { | |
"arrowParens": undefined, | |
"bracketSpacing": undefined, | |
"insertPragma": undefined, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Florians-MBP:epotek Florian$ ./node_modules/.bin/prettier-eslint test.jsx --log-level trace | |
Trace: prettier-eslint [TRACE]: called format with options: Object { | |
"eslintPath": undefined, | |
"filePath": "test.jsx", | |
"logLevel": "trace", | |
"prettierLast": false, | |
"prettierOptions": Object { | |
"arrowParens": undefined, | |
"bracketSpacing": undefined, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Deprecation] Use of the Application Cache is deprecated on insecure origins. Support will be removed in the future. You should consider switching your application to a secure origin, such as HTTPS. See https://goo.gl/rStTGz for more details. | |
(index):1 Application Cache Checking event | |
(index):1 Application Cache Error event: Cache creation was blocked by the content policy | |
main.b25bd9ba96f3433a77d1.js:3 app comp: initialising. | |
main.b25bd9ba96f3433a77d1.js:3 bus: starting. | |
main.b25bd9ba96f3433a77d1.js:3 DOMException: Failed to read the 'localStorage' property from 'Window': Access is denied for this document. | |
at e.get (http://wallabyjs.com/app/main.b25bd9ba96f3433a77d1.js:3:28700) | |
at e.value (http://wallabyjs.com/app/main.b25bd9ba96f3433a77d1.js:2:7187) | |
at e.value (http://wallabyjs.com/app/main.b25bd9ba96f3433a77d1.js:2:768) | |
at e.value (http://wallabyjs.com/app/main.b25bd9ba96f3433a77d1.js:1:5723) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// My settings |