Skip to content

Commit 5811af7

Browse files
committed
refactor: fix test names/move out of prelease
MANUAL BUMP
1 parent 8e46dd5 commit 5811af7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/bare.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ test('app bundle compiled with the local-babel plugin', (t) => {
3232
t.is(foo(), 'bar')
3333
})
3434

35-
test('app bundle compiled with the local-babel plugin', (t) => {
35+
test('app bundle compiled with the bare-bundle-transform-babel-plugin', (t) => {
3636
const { foo, fooBar } = require('./bundles/babel.bundle')
3737

3838
// checks if we've fixed the problematic package

0 commit comments

Comments
 (0)