Skip to content

Commit

Permalink
[#1] test environment
Browse files Browse the repository at this point in the history
  • Loading branch information
feelform committed Sep 30, 2021
1 parent a751078 commit 5eedecc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/actions/modules-updater-action/test/index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,9 @@
*/

'use strict'

const test = require('tape')

test('index.js', (t) => {
t.end()
})

0 comments on commit 5eedecc

Please sign in to comment.