electron/spec/fixtures/module/to-string-non-function.js
2018-09-14 14:57:01 +10:00

4 lines
104 B
JavaScript

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