summaryrefslogtreecommitdiff
path: root/assertion/features/steps/chai-expect.js
blob: 44e7c018172cc012cd72c7b3b7289a37003a03c4 (plain)
1
2
3
4
5
6
const { expect } = require('chai')
const { Then } = require('cucumber')

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