Skip to content

Commit

Permalink
chore(tests): remove .only from util_spec
Browse files Browse the repository at this point in the history
  • Loading branch information
MarshallOfSound committed Dec 30, 2016
1 parent ac74a5c commit 3b01f08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/util_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ describe('forge-config', () => {
});
});

describe.only('require-search', () => {
describe('require-search', () => {
it('should resolve undefined if no file exists', () => {
const resolved = requireSearch(__dirname, ['../src/util/wizard-secrets']);
expect(resolved).to.equal(undefined);
Expand Down

0 comments on commit 3b01f08

Please sign in to comment.