electron/spec/fixtures/module/to-string-non-function.js

5 lines
102 B
JavaScript
Raw Normal View History

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