mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2026-04-21 12:28:03 +08:00
Match core to spec (still work to do)
This commit is contained in:
@@ -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
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user