Skip to content

Commit

Permalink
fix(#91): regular
Browse files Browse the repository at this point in the history
  • Loading branch information
maxonfjvipon committed Jun 27, 2024
1 parent 9c233e8 commit b532a72
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion eo2js-runtime/Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module.exports = function(grunt) {
options: {
timeout: '1200000',
require: ['test/global.js'],
files: ['test/**/*.test.js'],
files: ['test/regular.js'],
},
},
},
Expand Down
5 changes: 5 additions & 0 deletions eo2js-runtime/test/regular.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
const assert = require('assert')

it('', function() {
assert.ok(true)
})

0 comments on commit b532a72

Please sign in to comment.