From 54fcfda40a14b5c3150faff6b2929a31eeea057a Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Mon, 31 Dec 2018 07:44:25 +0100 Subject: Add node, chai, jest diff comparison --- assertion/features/steps/chai-expect.js | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 assertion/features/steps/chai-expect.js (limited to 'assertion/features/steps/chai-expect.js') diff --git a/assertion/features/steps/chai-expect.js b/assertion/features/steps/chai-expect.js new file mode 100644 index 0000000..44e7c01 --- /dev/null +++ b/assertion/features/steps/chai-expect.js @@ -0,0 +1,6 @@ +const { expect } = require('chai') +const { Then } = require('cucumber') + +Then('I can choose the expect syntax', function () { + expect(true).to.be.true +}) -- cgit v1.2.3