KT-12877: modify tests to check whether mutable top-level properties of JsModule files are supported
This commit is contained in:
committed by
Alexey Andreev
parent
b1d8f91212
commit
7be872ebca
@@ -23,7 +23,8 @@ define("lib", [], function() {
|
||||
A: A,
|
||||
B: B,
|
||||
foo: foo,
|
||||
bar: bar
|
||||
bar: bar,
|
||||
mbar: -1
|
||||
};
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user