add this stupid comment to all typescript tests

This commit is contained in:
Hans Pagel
2020-09-30 17:36:25 +02:00
parent de05deb169
commit 462bd26353

View File

@@ -1,3 +1,5 @@
/// <reference types="cypress" />
import { capitalize } from '@tiptap/core'
describe('capitalize test', () => {