Skip to content

Commit

Permalink
new Test module
Browse files Browse the repository at this point in the history
  • Loading branch information
richytong committed Feb 14, 2024
1 parent eaf1993 commit d0c060b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Test.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
const Test = {}

Test.teardown = require('./teardown')

module.exports = Test

0 comments on commit d0c060b

Please sign in to comment.