Remove test template
This commit is contained in:
parent
b91d9772c7
commit
8bc184ab17
3 changed files with 0 additions and 31 deletions
|
@ -1,17 +0,0 @@
|
|||
import {expect, test} from '@oclif/test'
|
||||
|
||||
describe('hello', () => {
|
||||
test
|
||||
.stdout()
|
||||
.command(['hello'])
|
||||
.it('runs hello', ctx => {
|
||||
expect(ctx.stdout).to.contain('hello world')
|
||||
})
|
||||
|
||||
test
|
||||
.stdout()
|
||||
.command(['hello', '--name', 'jeff'])
|
||||
.it('runs hello --name jeff', ctx => {
|
||||
expect(ctx.stdout).to.contain('hello jeff')
|
||||
})
|
||||
})
|
|
@ -1,5 +0,0 @@
|
|||
--require ts-node/register
|
||||
--watch-extensions ts
|
||||
--recursive
|
||||
--reporter spec
|
||||
--timeout 5000
|
|
@ -1,9 +0,0 @@
|
|||
{
|
||||
"extends": "../tsconfig",
|
||||
"compilerOptions": {
|
||||
"noEmit": true
|
||||
},
|
||||
"references": [
|
||||
{"path": ".."}
|
||||
]
|
||||
}
|
Loading…
Reference in a new issue