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 aa0f24b commit b704743Copy full SHA for b704743
packages/openapi-adonis/test/index.test.ts
@@ -1,3 +1,3 @@
1
-it('placeholder', () => {
2
- expect(true).toBe(true)
3
-})
+it("placeholder", () => {
+ expect(true).toBe(true);
+});
0 commit comments