summaryrefslogtreecommitdiff
path: root/assertion/features/steps/chai-expect.js
blob: 58c49ce05c7a2f1af90c3a26fd69986b7b4ba11d (plain)
1
2
3
4
5
6
import { expect } from 'chai'
import { Then } from '@cucumber/cucumber'

Then('I can choose the expect syntax', function () {
  expect(true).to.be.true
})