Skip to content

Commit 2bd5a61

Browse files
author
Frank Schmid
committed
Adapted unit tests
1 parent 80bc997 commit 2bd5a61

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/packageModules.test.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -321,6 +321,8 @@ describe('packageModules', () => {
321321
.then(() => BbPromise.all([
322322
expect(func1).to.have.a.nested.property('artifact').that.equals(expectedArtifactPath),
323323
expect(func2).to.have.a.nested.property('artifact').that.equals(expectedArtifactPath),
324+
expect(func1).to.have.a.nested.property('package.disable').that.is.true,
325+
expect(func2).to.have.a.nested.property('package.disable').that.is.true,
324326
]));
325327
}));
326328
});

0 commit comments

Comments
 (0)