mirror of https://github.com/webpack/webpack.git
spelling: applies
This commit is contained in:
parent
213226ece2
commit
20452eb444
|
|
@ -59,7 +59,7 @@ describe("DependenciesBlockVariable", () => {
|
|||
|
||||
before(() => (applyMock = sandbox.spy()));
|
||||
|
||||
it("aplies information inside dependency templates", () => {
|
||||
it("applies information inside dependency templates", () => {
|
||||
dependencyTemplates = {
|
||||
get: function() {
|
||||
return {
|
||||
|
|
@ -75,7 +75,7 @@ describe("DependenciesBlockVariable", () => {
|
|||
should(applyMock.calledOnce).be.true();
|
||||
});
|
||||
|
||||
it("aplies information inside dependency templates", () => {
|
||||
it("applies information inside dependency templates", () => {
|
||||
dependencyTemplates = {
|
||||
get: function() {
|
||||
return false;
|
||||
|
|
|
|||
Loading…
Reference in New Issue