api-cli/tests/cmd.version.test.js

9 lines
185 B
JavaScript
Raw Normal View History

2021-07-07 18:21:01 +02:00
const assert = require('assert').strict
describe("version command", () => {
it('should return only the version if not in verbose mode', () => {
expect()
})
})