Skip to content
This repository has been archived by the owner on Jul 28, 2020. It is now read-only.

Commit

Permalink
Removed global vars related to tests and removed test script from rel…
Browse files Browse the repository at this point in the history
…ease-it.json #880
  • Loading branch information
daniel-martic-sociomantic committed Feb 14, 2019
1 parent f7c92a7 commit 4a21ae9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
11 changes: 0 additions & 11 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -159,17 +159,6 @@
],
"valid-typeof" : "error"
},
"globals" : {
"after" : true,
"afterEach" : true,
"before" : true,
"beforeEach" : true,
"describe" : true,
"expect" : true,
"fetch" : true,
"test" : true,
"jest" : true
},
"plugins" : [
"arca",
"compat",
Expand Down
1 change: 0 additions & 1 deletion .release-it.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"scripts" : {
"beforeStart" : "yarn test",
"beforeBump" : "yarn build"
}
}

0 comments on commit 4a21ae9

Please sign in to comment.