Skip to content

Commit

Permalink
add not spec
Browse files Browse the repository at this point in the history
  • Loading branch information
bahmutov committed Oct 15, 2024
1 parent 58a6d16 commit 40e0e48
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions cypress/e2e/not.cy.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
// @ts-check

import '../../src'

describe('Not', () => {
it('not.equal', () => {
cy.wrap(42).if('not.equal', 42).raise(new Error('should not be here'))
})
})

0 comments on commit 40e0e48

Please sign in to comment.