Skip to content

Commit

Permalink
[#1] index.test.js
Browse files Browse the repository at this point in the history
  • Loading branch information
feelform committed Sep 30, 2021
1 parent 5eedecc commit 2794621
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/actions/modules-updater-action/__test__/index.test.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
/**
* Pinpoint gitbook template engine
* Copyright 2021-present NAVER Corp.
* Apache License v2.0
*/

'use strict'
const index = require('../index')
const process = require('process')
const cp = require('child_process')
const path = require('path')
const test = require('tape')

test('index.js', (t) => {
process.env['INPUT_TEMPLATE_PAGE'] = ''
t.end()
})

0 comments on commit 2794621

Please sign in to comment.