From e5993f8f0d09299453ea0585a71e60036a088459 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20Ku=CC=88hn?= Date: Sun, 18 Apr 2021 23:25:25 +0200 Subject: [PATCH] fix tests --- tests/cypress/integration/core/extensionOptions.spec.ts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tests/cypress/integration/core/extensionOptions.spec.ts b/tests/cypress/integration/core/extensionOptions.spec.ts index 4f893cfc..699ef0e2 100644 --- a/tests/cypress/integration/core/extensionOptions.spec.ts +++ b/tests/cypress/integration/core/extensionOptions.spec.ts @@ -95,7 +95,10 @@ describe('extension options', () => { it('should configure nested objects', () => { const extension = Extension - .create({ + .create<{ + foo: number[], + HTMLAttributes: Record, + }>({ defaultOptions: { foo: [1, 2, 3], HTMLAttributes: {