Skip to content

Commit 7d53674

Browse files
committed
chore(test): delete config acceptance test
closes #328, closes #284 - config acceptance test was causing lots of build failures, we should use unit tests instead
1 parent 7b6d5ee commit 7d53674

File tree

2 files changed

+1
-127
lines changed

2 files changed

+1
-127
lines changed

test/acceptance/config-spec.js

-126
This file was deleted.

test/acceptance/install-local-spec.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const fs = require('fs-extra');
55

66
const AcceptanceTest = require('../utils/acceptance-test');
77

8-
describe.only('Acceptance: Install Local (~35second test)', function () {
8+
describe('Acceptance: Install Local (~35second test)', function () {
99
it('can do a local install, anywhere!', function () {
1010
const timeout = 100000;
1111

0 commit comments

Comments
 (0)