Skip to content
This repository has been archived by the owner on Mar 23, 2021. It is now read-only.

Commit

Permalink
remove .only
Browse files Browse the repository at this point in the history
  • Loading branch information
lpatiny committed Jun 7, 2019
1 parent 8b627d2 commit 19881c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/__tests__/spectra.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { fromJcamp } from '..';
import { Spectra } from '../Spectra';

const testFilesDir = '../../testFiles/xtc';
test.only('Load set of data', () => {
test('Load set of data', () => {
let files = readdirSync(join(__dirname, testFilesDir)).filter((file) =>
file.match(/0140|0189|0235/)
);
Expand Down

0 comments on commit 19881c2

Please sign in to comment.