7 lines
82 B
JavaScript
7 lines
82 B
JavaScript
function test() {
|
|
print('test passed!')
|
|
}
|
|
|
|
module.exports = {
|
|
test: test
|
|
} |