element-web/test/editor
Kerry b9da2255c4
Unit test typescriptification - editor utils (#8226)
* editor/mock ts

Signed-off-by: Kerry Archibald <kerrya@element.io>

* test/editor/serialize-test.js -> test/editor/serialize-test.ts

Signed-off-by: Kerry Archibald <kerrya@element.io>

* fix ts in serialize-test

Signed-off-by: Kerry Archibald <kerrya@element.io>

* test/editor/range-test.js -> test/editor/range-test.ts

Signed-off-by: Kerry Archibald <kerrya@element.io>

* test/editor/position-test.js -> test/editor/position-test.ts

Signed-off-by: Kerry Archibald <kerrya@element.io>

* fix position-test

Signed-off-by: Kerry Archibald <kerrya@element.io>

* test/editor/operations-test.js -> test/editor/operations-test.ts

Signed-off-by: Kerry Archibald <kerrya@element.io>

* test/editor/model-test.js -> test/editor/model-test.ts

Signed-off-by: Kerry Archibald <kerrya@element.io>

* fix ts in model-test

Signed-off-by: Kerry Archibald <kerrya@element.io>

* test/editor/history-test.js -> test/editor/history-test.ts

Signed-off-by: Kerry Archibald <kerrya@element.io>

* fix ts in history-test

Signed-off-by: Kerry Archibald <kerrya@element.io>

* test/editor/diff-test.js -> test/editor/diff-test.ts

Signed-off-by: Kerry Archibald <kerrya@element.io>

* test/editor/deserialize-test.js -> test/editor/deserialize-test.ts

Signed-off-by: Kerry Archibald <kerrya@element.io>

* ts in deserialize-test

Signed-off-by: Kerry Archibald <kerrya@element.io>

* test/editor/caret-test.js -> test/editor/caret-test.ts

Signed-off-by: Kerry Archibald <kerrya@element.io>

* ts caret-test

Signed-off-by: Kerry Archibald <kerrya@element.io>
2022-04-06 12:40:13 +01:00
..
__snapshots__ Unit test typescriptification - editor utils (#8226) 2022-04-06 12:40:13 +01:00
caret-test.ts Unit test typescriptification - editor utils (#8226) 2022-04-06 12:40:13 +01:00
deserialize-test.ts Unit test typescriptification - editor utils (#8226) 2022-04-06 12:40:13 +01:00
diff-test.ts Unit test typescriptification - editor utils (#8226) 2022-04-06 12:40:13 +01:00
history-test.ts Unit test typescriptification - editor utils (#8226) 2022-04-06 12:40:13 +01:00
mock.ts Unit test typescriptification - editor utils (#8226) 2022-04-06 12:40:13 +01:00
model-test.ts Unit test typescriptification - editor utils (#8226) 2022-04-06 12:40:13 +01:00
operations-test.ts Unit test typescriptification - editor utils (#8226) 2022-04-06 12:40:13 +01:00
position-test.ts Unit test typescriptification - editor utils (#8226) 2022-04-06 12:40:13 +01:00
range-test.ts Unit test typescriptification - editor utils (#8226) 2022-04-06 12:40:13 +01:00
serialize-test.ts Unit test typescriptification - editor utils (#8226) 2022-04-06 12:40:13 +01:00