This repository has been archived on 2023-01-26. You can view files and clone it, but cannot push or open issues or pull requests.
automate/packages/cli/__tests__/cli.test.js
2021-10-01 20:08:04 +02:00

8 lines
94 B
JavaScript

'use strict';
const cli = require('..');
describe('cli', () => {
it('needs tests');
});