We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7123cf5 commit 8cd3228Copy full SHA for 8cd3228
packages/nextjs/test/sample.test.ts
@@ -0,0 +1,5 @@
1
+describe('sample test', () => {
2
+ test('true is truthy', () => {
3
+ expect(true).toBeTruthy();
4
+ });
5
+});
0 commit comments