We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e46dd5 commit 5811af7Copy full SHA for 5811af7
1 file changed
test/bare.js
@@ -32,7 +32,7 @@ test('app bundle compiled with the local-babel plugin', (t) => {
32
t.is(foo(), 'bar')
33
})
34
35
-test('app bundle compiled with the local-babel plugin', (t) => {
+test('app bundle compiled with the bare-bundle-transform-babel-plugin', (t) => {
36
const { foo, fooBar } = require('./bundles/babel.bundle')
37
38
// checks if we've fixed the problematic package
0 commit comments