Skip to content

Commit 548eb8e

Browse files
author
Pavel Ivanoff
committed
test: rewrite test case title
1 parent 4f39f33 commit 548eb8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ const pkg = require('./package.json');
33

44
let bundle;
55

6-
it('contains all exports', async () => {
6+
it('supported by bundler', async () => {
77
bundle = await rollup.rollup({
88
input: pkg.module,
99
external: Object.keys(pkg.peerDependencies),

0 commit comments

Comments
 (0)