electron/spec/fixtures/module/to-string-non-function.js
2017-03-17 10:28:23 -07:00

4 lines
102 B
JavaScript

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