We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5db8de5 commit b40efe4Copy full SHA for b40efe4
test/cases/options/context.js
@@ -4,8 +4,8 @@ let path = require('path');
4
describe ('Options: context', () => {
5
it ('should have default value for this keyword in modules', async () => {
6
fs.stub('./src/main.js', () => 'var value = this; export default value;');
7
-
8
- let bundle = await rollup({
+
+ let bundle = await nollup({
9
input: './src/main.js'
10
});
11
0 commit comments