Skip to content

Commit

Permalink
move auth methods to taco-auth
Browse files Browse the repository at this point in the history
  • Loading branch information
piotr-roslaniec committed Jun 5, 2024
1 parent afd0720 commit e2d658f
Show file tree
Hide file tree
Showing 2 changed files with 405 additions and 244 deletions.
7 changes: 7 additions & 0 deletions packages/taco-auth/test/hello.test.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import { describe, expect, it } from 'vitest';

describe('hello', () => {
it('hello-world', async () => {
expect('hello').toBe('hello');
});
});
Loading

0 comments on commit e2d658f

Please sign in to comment.