electron/spec-main/fixtures/module/to-string-non-function.js
2020-03-20 13:28:31 -07:00

4 lines
106 B
JavaScript

function hello () {
}
hello.toString = 'hello';
module.exports = { functionWithToStringProperty: hello };