diff --git a/test/index.spec.ts b/test/index.spec.ts index 842e562..c7fe2ce 100644 --- a/test/index.spec.ts +++ b/test/index.spec.ts @@ -1,4 +1,4 @@ -describe.skip('index', () => { +describe('index', () => { describe('myPackage', () => { it('should return a string containing the message', () => { const message = 'Hello';