Skip to content

Commit

Permalink
remove whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
m2rads committed Dec 6, 2024
1 parent 4551674 commit af55fab
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/__tests__/dashboard.test.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
import { test } from '@antiwork/shortest';


const githubCredentials = {
username: process.env.GITHUB_USERNAME,
password: process.env.GITHUB_PASSWORD,
}

test('Login to the app using Github login', githubCredentials)

test('clicking write new test button should initiate test generation')

0 comments on commit af55fab

Please sign in to comment.