Remove unused jest dependency
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
import expect from 'expect'
|
||||
import { When, Then } from '@cucumber/cucumber'
|
||||
import * as compared from '../support/compared.js'
|
||||
import { actual, expected } from '../support/compared.js'
|
||||
|
||||
When('I use jest', function () {
|
||||
})
|
||||
|
||||
Then('I see jest diff on failure', function () {
|
||||
expect(compared.actual).toEqual(compared.expected)
|
||||
expect(actual).toEqual(expected)
|
||||
})
|
||||
|
Reference in New Issue
Block a user