We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b6a932 commit ebd282fCopy full SHA for ebd282f
__tests__/molfileWithAnnotation.test.ts
@@ -5,7 +5,7 @@ import { expect, test } from 'vitest';
5
6
import { Canonizer, Molecule } from '../lib';
7
8
-test('Molecule with annotation', () => {
+test.fails('Molecule with annotation', () => {
9
const filename = join(import.meta.dirname, 'data', 'molfile_annotated.mol');
10
const molfile = readFileSync(filename, 'utf8');
11
const molecule = Molecule.fromMolfile(molfile);
0 commit comments