Skip to content

Commit 7a72422

Browse files
committed
remove rubbish
1 parent 42e4ffe commit 7a72422

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

packages/project/test/gen/generator.test.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -508,9 +508,3 @@ test('it should generate a project with uuids', (t) => {
508508

509509
t.deepEqual(result.workflows[0].toJSON(), expected);
510510
});
511-
512-
test('it should generate a project with options', (t) => {
513-
const result = gen('a-b', t);
514-
515-
t.deepEqual(result, fixtures.ab);
516-
});

0 commit comments

Comments
 (0)