add compatibility tests

This commit is contained in:
Kevin Jahns 2020-06-19 21:45:10 +02:00
parent b434501d11
commit 1a494761a3
2 changed files with 48 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@ -5,6 +5,7 @@ import * as text from './y-text.tests.js'
import * as xml from './y-xml.tests.js'
import * as encoding from './encoding.tests.js'
import * as undoredo from './undo-redo.tests.js'
import * as compatibility from './compatibility.tests.js'
import * as consistency from './consistency.tests.js'
import { runTests } from 'lib0/testing.js'
@ -15,7 +16,7 @@ if (isBrowser) {
log.createVConsole(document.body)
}
runTests({
map, array, text, xml, consistency, encoding, undoredo
map, array, text, xml, consistency, encoding, undoredo, compatibility
}).then(success => {
/* istanbul ignore next */
if (isNode) {