summaryrefslogtreecommitdiff
path: root/assertion/features/support/compared.js
blob: 9c8e70d97991bf28470dcc95e06f04b4785bd8fe (plain)
1
2
3
4
5
6
7
8
9
module.exports = {
  actual: {},
  expected: [
    {
      author: 'Nicolaus Cusanus',
      title: 'Die belehrte Unwissenheit'
    }
  ]
}