diff options
| author | Eugen Wissner <belka@caraus.de> | 2018-12-31 07:44:25 +0100 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2018-12-31 07:44:25 +0100 |
| commit | 54fcfda40a14b5c3150faff6b2929a31eeea057a (patch) | |
| tree | b739da73f9d2ede3e2f959d518de0b2f9babe1c5 /assertion/features/support/compared.js | |
| parent | c623c4d16f14362cc50418e0f6e5875f785f587e (diff) | |
| download | cucumber-js-demo-54fcfda40a14b5c3150faff6b2929a31eeea057a.tar.gz | |
Add node, chai, jest diff comparison
Diffstat (limited to 'assertion/features/support/compared.js')
| -rw-r--r-- | assertion/features/support/compared.js | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/assertion/features/support/compared.js b/assertion/features/support/compared.js new file mode 100644 index 0000000..9c8e70d --- /dev/null +++ b/assertion/features/support/compared.js @@ -0,0 +1,9 @@ +module.exports = { + actual: {}, + expected: [ + { + author: 'Nicolaus Cusanus', + title: 'Die belehrte Unwissenheit' + } + ] +} |
