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