Skip to content

Commit 51bc010

Browse files
merge master
1 parent 66a4c69 commit 51bc010

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/unit/cli-domain-handle-dependencies-get-compiler.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ describe('cli : domain : handle-dependencies : get-compiler', () => {
7676
expect(installCompilerStub.args[0][0]).to.deep.equal({
7777
compilerPath:
7878
'/path/to/component/node_modules/oc-template-handlebars-compiler',
79-
componentName: 'my-component',
8079
componentPath: '/path/to/component',
8180
dependency: '[email protected]',
8281
logger: {}
@@ -99,7 +98,6 @@ describe('cli : domain : handle-dependencies : get-compiler', () => {
9998
expect(installCompilerStub.args[0][0]).to.deep.equal({
10099
compilerPath:
101100
'/path/to/component/node_modules/oc-template-handlebars-compiler',
102-
componentName: 'my-component',
103101
componentPath: '/path/to/component',
104102
dependency: 'oc-template-handlebars-compiler',
105103
logger: {}

0 commit comments

Comments
 (0)