1
0
cucumber-js-demo/assertion/features/support/compared.js

10 lines
140 B
JavaScript
Raw Permalink Normal View History

2018-12-31 07:44:25 +01:00
module.exports = {
actual: {},
expected: [
{
author: 'Nicolaus Cusanus',
title: 'Die belehrte Unwissenheit'
}
]
}