Match core to spec (still work to do)

This commit is contained in:
Danny McCormick
2019-05-16 17:16:39 -04:00
parent 5f66339fde
commit 917c389219
4 changed files with 63 additions and 27 deletions

View File

@@ -3,8 +3,28 @@
import * as core from '../src/lib'
describe('@actions/core', () => {
it('needs tests', () => {
it('tests exportVariable', () => {
// TODO
});
it('tests getInput', () => {
// TODO
});
it('tests setFailure', () => {
// TODO
});
it('tests error', () => {
// TODO
});
it('tests warning', () => {
// TODO
});
it('tests debug', () => {
// TODO
});
});