mirror of
https://github.com/actions/labeler.git
synced 2025-12-13 13:07:24 +00:00
build
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
describe('TODO - Add a test suite', () => {
|
||||
it('TODO - Add a test', async () => {
|
||||
});
|
||||
describe("TODO - Add a test suite", () => {
|
||||
it("TODO - Add a test", async () => {});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user