Skip to content

Commit deb037e

Browse files
committed
removed asyncTest because it is depreceated
1 parent d2edf11 commit deb037e

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

test/unit/editor/TestSerialization.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
module( "Serialization" );
22

3-
asyncTest( "Test Serialization", function() {
3+
test( "Test Serialization", function( assert ) {
44

55
// setup
66
var editor = new Editor();
7+
var done = assert.async();
78
editor.storage.init( function () {
89

910
performTests();
10-
start(); // continue running other tests
11+
done(); // continue running other tests
1112

1213
} );
1314

0 commit comments

Comments
 (0)