Skip to content
This repository was archived by the owner on Nov 11, 2017. It is now read-only.

Commit ad6bddf

Browse files
committed
tests: Remove unused JSCS fixture
1 parent 94efc18 commit ad6bddf

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

tests/fixtures/jscs/.jscsrc

Lines changed: 0 additions & 4 deletions
This file was deleted.

tests/get-es6-package-test.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ var htmlbarsPackage = require('../lib/htmlbars-package');
99

1010
var getES6Package = require('../lib/get-es6-package');
1111

12-
var fixtureLibPath, fixtureTestPath, fixtureLoaderPath, fixtureGeneratorsPath, expectedPath, configPath;
12+
var fixtureLibPath, fixtureTestPath, fixtureLoaderPath, fixtureGeneratorsPath, expectedPath;
1313

1414
function mockTree(name) {
1515
// good enough for our use-case, we can always make it more u
@@ -64,12 +64,10 @@ describe('get-es6-package', function() {
6464

6565
fixtureLibPath = path.join(__dirname, 'fixtures/packages/ember-metal/lib');
6666
fixtureTestPath = path.join(__dirname, 'fixtures/packages/ember-metal/tests');
67-
configPath = path.join(__dirname, 'fixtures/jscs/.jscsrc');
6867

6968
var fullTree = getES6Package(packages, 'ember-metal', {
7069
libPath: fixtureLibPath,
7170
testPath: fixtureTestPath,
72-
configPath: configPath
7371
});
7472

7573
builder = new broccoli.Builder(fullTree.tests);

0 commit comments

Comments
 (0)