mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-15 19:26:42 +08:00
Fixing type errors in tests
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
|
||||
module.exports = parse;
|
||||
exports.parse = parse;
|
||||
|
||||
function parse(str) {
|
||||
return new Parser(str).parse();
|
||||
|
Reference in New Issue
Block a user