update tests
This commit is contained in:
@ -15,6 +15,7 @@ import NpmciBuildDocker = require('../dist/mod_docker/index')
|
||||
import NpmciPublish = require('../dist/mod_publish/index')
|
||||
import NpmciTest = require('../dist/mod_test/index')
|
||||
import NpmciSsh = require('../dist/npmci.ssh')
|
||||
import NpmciEnv = require('../dist/npmci.env')
|
||||
|
||||
let dockerfile1: NpmciBuildDocker.Dockerfile
|
||||
let dockerfile2: NpmciBuildDocker.Dockerfile
|
||||
@ -75,4 +76,8 @@ tap.test('reset paths', async () => {
|
||||
}
|
||||
})
|
||||
|
||||
tap.test('', async () => {
|
||||
await NpmciEnv.configStore()
|
||||
})
|
||||
|
||||
tap.start()
|
||||
|
Reference in New Issue
Block a user