Skip to content

Commit

Permalink
Merge pull request #39 from gervasiocaj/testing
Browse files Browse the repository at this point in the history
Add automated testing support
  • Loading branch information
nliautaud authored May 26, 2019
2 parents 564a6cb + 2a76b0a commit 3fe0b7d
Show file tree
Hide file tree
Showing 5 changed files with 1,330 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
*.zip
*.psd
node_modules/
5 changes: 5 additions & 0 deletions test/.eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"parserOptions": {
"ecmaVersion": 8
}
}
Loading

0 comments on commit 3fe0b7d

Please sign in to comment.