Skip to content

Convert Web IDE specs to jest

Chad Woolley requested to merge convert-ide-specs-to-jest into master

What does this MR do?

Jest is now mandatory for all new files.

This MR converts as many as possible of the Web IDE javascript tests from Karma to Jest - all of the ones which can be automatically or with little effort by using the migrate-karma-to-jest script. This is part of the larger effort to convert all non-browser karma specs to jest

It also includes related import reordering for IDE-related files to fix eslint warnings.

Edited by Chad Woolley

Merge request reports