Skip to content

Commit 685d816

Browse files
fix tslint disable comment
1 parent a6f8043 commit 685d816

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/driver/cypress/e2e/commands/net_stubbing.cy.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1749,7 +1749,7 @@ describe('network stubbing', { retries: 15 }, function () {
17491749
}).as('create')
17501750

17511751
cy.then(() => {
1752-
// @ts-disable:no-floating-promises
1752+
// tslint:disable:no-floating-promises
17531753
fetch('/post-only', {
17541754
method: 'POST', // *GET, POST, PUT, DELETE, etc.
17551755
})

0 commit comments

Comments
 (0)