Files
container-toolkit-action/__tests__/main.test.ts
Danny McCormick dcf7775603 Add toolkit example to container (#1)
* Add toolkit

* Remove entrypoint

* Use a node container

* Debug

* Temporarily remove package-lock.json for local dependencies

* Clean up

* Get logging working

* Use entrypoint

* Debug

* Debug

* Just print repo name
2019-08-02 09:09:37 -04:00

5 lines
94 B
TypeScript

describe('TODO - Add a test suite', () => {
it('TODO - Add a test', async () => {
});
});