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/chai-variants.feature | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 assertion/features/chai-variants.feature (limited to 'assertion/features/chai-variants.feature') diff --git a/assertion/features/chai-variants.feature b/assertion/features/chai-variants.feature new file mode 100644 index 0000000..0e163cb --- /dev/null +++ b/assertion/features/chai-variants.feature @@ -0,0 +1,7 @@ +Feature: Chai variants + Scenario: + When I use chai + Then I can choose the expect syntax + + When I use chai + Then I can choose the should syntax -- cgit v1.2.3