add compatibility tests
This commit is contained in:
parent
b434501d11
commit
1a494761a3
46
tests/compatibility.tests.js
Normal file
46
tests/compatibility.tests.js
Normal file
File diff suppressed because one or more lines are too long
@ -5,6 +5,7 @@ import * as text from './y-text.tests.js'
|
|||||||
import * as xml from './y-xml.tests.js'
|
import * as xml from './y-xml.tests.js'
|
||||||
import * as encoding from './encoding.tests.js'
|
import * as encoding from './encoding.tests.js'
|
||||||
import * as undoredo from './undo-redo.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 * as consistency from './consistency.tests.js'
|
||||||
|
|
||||||
import { runTests } from 'lib0/testing.js'
|
import { runTests } from 'lib0/testing.js'
|
||||||
@ -15,7 +16,7 @@ if (isBrowser) {
|
|||||||
log.createVConsole(document.body)
|
log.createVConsole(document.body)
|
||||||
}
|
}
|
||||||
runTests({
|
runTests({
|
||||||
map, array, text, xml, consistency, encoding, undoredo
|
map, array, text, xml, consistency, encoding, undoredo, compatibility
|
||||||
}).then(success => {
|
}).then(success => {
|
||||||
/* istanbul ignore next */
|
/* istanbul ignore next */
|
||||||
if (isNode) {
|
if (isNode) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user