Skip to content

Commit 9a13f81

Browse files
committed
fix test
1 parent 64baa91 commit 9a13f81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: tests/src/core/getExports.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ describe('ExportMap', function () {
273273
context('#size', function () {
274274

275275
it('counts the names', () => expect(ExportMap.get('./named-exports', fakeContext))
276-
.to.have.property('size', 8))
276+
.to.have.property('size', 10))
277277

278278
it('includes exported namespace size', () => expect(ExportMap.get('./export-all', fakeContext))
279279
.to.have.property('size', 1))

0 commit comments

Comments
 (0)