Skip to content

Commit ebd282f

Browse files
committed
test: make test failing
1 parent 0b6a932 commit ebd282f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

__tests__/molfileWithAnnotation.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { expect, test } from 'vitest';
55

66
import { Canonizer, Molecule } from '../lib';
77

8-
test('Molecule with annotation', () => {
8+
test.fails('Molecule with annotation', () => {
99
const filename = join(import.meta.dirname, 'data', 'molfile_annotated.mol');
1010
const molfile = readFileSync(filename, 'utf8');
1111
const molecule = Molecule.fromMolfile(molfile);

0 commit comments

Comments
 (0)