Skip to content
This repository was archived by the owner on Feb 28, 2023. It is now read-only.

Commit 0397c07

Browse files
authored
remove json-server from root package json (#217)
* remove json-server from root package json * linting
1 parent 5336e66 commit 0397c07

File tree

3 files changed

+13
-1588
lines changed

3 files changed

+13
-1588
lines changed

cypress/integration/07-ci/api-spec.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ describe('via API', () => {
2525
completed: false,
2626
id: String(counter++)
2727
})
28-
.its('body.id').then(cy.log)
28+
.its('body.id')
29+
.then(cy.log)
2930

3031
/**
3132
* Fetches TODO items, returns just the body of the XHR request.

0 commit comments

Comments
 (0)