Skip to content

Commit bb04ba1

Browse files
committed
v2.2.5
1 parent a71fb3c commit bb04ba1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

__tests__/presentation-2-parser/upgrade.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -614,7 +614,7 @@ describe('Presentation 2 to 3', () => {
614614
`);
615615
});
616616

617-
test.only('goettingen manifest', () => {
617+
test('goettingen manifest', () => {
618618
const result = presentation2to3.traverseManifest(goettingen as any);
619619
expect(result).toMatchSnapshot();
620620
});

0 commit comments

Comments
 (0)