fix tests

This commit is contained in:
Philipp Kühn
2021-04-18 23:25:25 +02:00
parent 31e0d1612c
commit e5993f8f0d

View File

@@ -95,7 +95,10 @@ describe('extension options', () => {
it('should configure nested objects', () => { it('should configure nested objects', () => {
const extension = Extension const extension = Extension
.create({ .create<{
foo: number[],
HTMLAttributes: Record<string, any>,
}>({
defaultOptions: { defaultOptions: {
foo: [1, 2, 3], foo: [1, 2, 3],
HTMLAttributes: { HTMLAttributes: {