Skip to content
This repository was archived by the owner on May 10, 2021. It is now read-only.

Commit a29c8e6

Browse files
committed
remove only on test
1 parent a5ef29a commit a29c8e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/i18n.test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ beforeAll(
2727
180 * 1000
2828
);
2929

30-
describe.only("next-on-netlify", () => {
30+
describe("next-on-netlify", () => {
3131
test("builds successfully", () => {
3232
expect(buildOutput).toMatch("Next on Netlify");
3333
expect(buildOutput).toMatch("Success! All done!");

0 commit comments

Comments
 (0)