Skip to content

Commit

Permalink
2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Lena Stotska committed Jan 9, 2018
1 parent 79559fc commit 2705f23
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bdd-lazy-var",
"version": "2.0.0",
"version": "2.1.0",
"author": "Sergii Stotskyi",
"description": "Provides \"ui\" for testing frameworks such as mocha/jasmine which allows to define lazy variables and subjects",
"license": "MIT",
Expand Down Expand Up @@ -80,7 +80,9 @@
"lint": "eslint lib"
},
"jest": {
"testMatch": ["**/spec/*_spec.js"],
"testMatch": [
"**/spec/*_spec.js"
],
"setupTestFrameworkScriptFile": "./tools/jest.setup.js"
}
}

0 comments on commit 2705f23

Please sign in to comment.