mirror of
https://github.com/filiprojek/nork.git
synced 2025-02-20 01:22:58 +01:00
Rewrited to TypeScript, better file structure
This commit is contained in:
@@ -56,3 +56,13 @@ describe('should return make', () => {
|
||||
})
|
||||
}
|
||||
})
|
||||
|
||||
describe('should return create', () => {
|
||||
it('return create testProject', () => {
|
||||
process.argv[2] = 'create'
|
||||
process.argv[3] = 'testProject'
|
||||
process.argv[4] = 'test'
|
||||
const routes = Routes.router()
|
||||
assert.equal(routes, 'create testProject')
|
||||
})
|
||||
})
|
||||
|
Reference in New Issue
Block a user