github.com/psilva261/sparkle@v0.0.0-20220717092738-fab67056f0bd/require/testdata/m.js (about)

     1  function test() {
     2      return "passed";
     3  }
     4  
     5  module.exports = {
     6      test: test
     7  }