Skip to content

Commit cb48b8f

Browse files
authored
Merge pull request webpack#3219 from MWGitHub/master
update test to fix typo
2 parents 74b8651 + 4bd0ee3 commit cb48b8f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/Template.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ould = require("should");
1+
var should = require("should");
22
var path = require("path");
33

44
var template = require("../lib/Template");

0 commit comments

Comments
 (0)