Files
rust-audit-check/__tests__/input.test.ts
T
2019-10-09 19:29:13 +03:00

8 lines
124 B
TypeScript

describe('actions-rs/audit', () => {
beforeEach(() => {
})
it('Should do something', async () => {
});
});