Skip to content

Commit

Permalink
test(app:apps.humanatlas.io): ✅ Add dummy test for ci to pass
Browse files Browse the repository at this point in the history
  • Loading branch information
axdanbol committed Jan 13, 2025
1 parent 9f81683 commit 96d49ac
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion apps/apps.humanatlas.io/src/app/app.component.spec.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
describe('AppComponent', () => {
// TODO
it('passes a dummy test', () => {
expect(true).toBeTruthy();
});
});

0 comments on commit 96d49ac

Please sign in to comment.