From 53e4c5dba6ede90f0e23b192350b3cc833834523 Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Thu, 19 Dec 2024 23:54:35 +0100 Subject: Remove babel from the tutorial, assertion, async --- assertion/features/support/compared.js | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) (limited to 'assertion/features/support/compared.js') diff --git a/assertion/features/support/compared.js b/assertion/features/support/compared.js index 9c8e70d..8b7e0ab 100644 --- a/assertion/features/support/compared.js +++ b/assertion/features/support/compared.js @@ -1,9 +1,7 @@ -module.exports = { - actual: {}, - expected: [ - { - author: 'Nicolaus Cusanus', - title: 'Die belehrte Unwissenheit' - } - ] -} +export const actual = {} +export const expected = [ + { + author: 'Nicolaus Cusanus', + title: 'Die belehrte Unwissenheit' + } +] -- cgit v1.2.3