Tests keyword-spacing

This commit is contained in:
Amine Ben hammou
2017-09-27 15:42:51 +00:00
parent 68165b7b78
commit f898746967
2 changed files with 1 additions and 2 deletions

View File

@ -20,7 +20,7 @@ define([
});
afterEach(function () {
if(EditorApplication.getChannel) {
if (EditorApplication.getChannel) {
delete EditorApplication.getChannel;
}
});