Skip to content

Commit fc2bde2

Browse files
committed
fix: remove only
1 parent ddb7ab6 commit fc2bde2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cli/tests/create-tutorial.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ test('create and build a project', async (context) => {
6969
expect(distFiles.map(normaliseSlash).sort()).toMatchSnapshot();
7070
});
7171

72-
test.only('create and eject a project', async (context) => {
72+
test('create and eject a project', async (context) => {
7373
const name = context.task.id;
7474
const dest = path.join(tmpDir, name);
7575

0 commit comments

Comments
 (0)