Skip to content

Commit 8cd3228

Browse files
test: Add sample test
1 parent 7123cf5 commit 8cd3228

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

packages/nextjs/test/sample.test.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
describe('sample test', () => {
2+
test('true is truthy', () => {
3+
expect(true).toBeTruthy();
4+
});
5+
});

0 commit comments

Comments
 (0)