From d72a36704acb0c1b81807f97371f3ef149a9689a Mon Sep 17 00:00:00 2001 From: Hero Protagonist Date: Thu, 20 Jun 2024 02:46:08 -0400 Subject: [PATCH] make it fail --- .github/workflows/ci.yaml | 1 - test/router.test.ts | 5 +++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 49406ff..81e038d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -21,7 +21,6 @@ jobs: echo SUDO_SECRET="$SUDO_SECRET" >> .dev.vars echo XATA_API_KEY="$XATA_API_KEY" >> .dev.vars echo XATA_DB="$XATA_DB" >> .dev.vars - cat .dev.vars - run: npm install - run: npm run test \ No newline at end of file diff --git a/test/router.test.ts b/test/router.test.ts index 3b05725..dc927e0 100644 --- a/test/router.test.ts +++ b/test/router.test.ts @@ -20,8 +20,9 @@ describe('API Tests', () => { name: 'José Lezama Lima', }]) }) - // it('only list author that match a certain country', () => { - // }) + it('only list author that match a certain country', () => { + expect(true).toBe(false) + }) // it('only list author born after x date', () => { // }) // it('only list author born before x date', () => {