Skip to content

Commit

Permalink
fix: update test
Browse files Browse the repository at this point in the history
  • Loading branch information
chervyakovru authored and yndx-birman committed Nov 1, 2022
1 parent bbaa404 commit 473d04a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/includes.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ describe('Includes', () => {
{
path: mocksPath,
root: dirname(mocksPath),
vars: {conditionsInCode: true, condition: true},
vars: {condition: true},
conditionsInCode: true,
},
);

Expand Down

0 comments on commit 473d04a

Please sign in to comment.