Skip to content

Commit

Permalink
Update jest to 24.3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
rubensworks committed Mar 8, 2019
1 parent 6c844ca commit 179948f
Show file tree
Hide file tree
Showing 3 changed files with 949 additions and 1,250 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@
],
"devDependencies": {
"@types/jest": "^24.0.1",
"@types/jest-each": "^0.3.3",
"@types/jest-each": "^0.3.4",
"@types/node": "^11.9.0",
"arrayify-stream": "^1.0.0",
"coveralls": "^3.0.0",
"jest": "^23.6.0",
"jest": "^24.3.0",
"jest-each": "^24.3.0",
"jest-rdf": "^1.3.0",
"manual-git-changelog": "^1.0.1",
Expand Down
4 changes: 2 additions & 2 deletions test/JsonLdParser-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,10 @@ describe('JsonLdParser', () => {
});
});

each ([
(<any> each ([
[false],
[true],
]).describe('when instantiated with a data factory and allowOutOfOrderContext %s', (allowOutOfOrderContext) => {
])).describe('when instantiated with a data factory and allowOutOfOrderContext %s', (allowOutOfOrderContext) => {
// Enable the following instead if you want to run tests more conveniently with IDE integration
/*describe('when instantiated with a data factory and allowOutOfOrderContext %s', () => {
const allowOutOfOrderContext = false;*/
Expand Down

0 comments on commit 179948f

Please sign in to comment.