Skip to content

Commit

Permalink
Merge ee72712 into f28d6fe
Browse files Browse the repository at this point in the history
  • Loading branch information
boneskull committed Sep 2, 2020
2 parents f28d6fe + ee72712 commit 6f5dd41
Show file tree
Hide file tree
Showing 50 changed files with 4,237 additions and 1,958 deletions.
1 change: 1 addition & 0 deletions .eslintignore
Expand Up @@ -2,6 +2,7 @@ coverage/
mocha.js
*.fixture.js
docs/_site
docs/api
docs/_dist
docs/example
out/
Expand Down
3 changes: 2 additions & 1 deletion .wallaby.js
Expand Up @@ -48,6 +48,7 @@ module.exports = () => {
);
require('./test/setup');
},
debug: true
debug: true,
runMode: 'onsave'
};
};

0 comments on commit 6f5dd41

Please sign in to comment.