Skip to content

Commit

Permalink
test: update info to reflect newer version of dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
joneff committed Jun 14, 2023
1 parent 64f1152 commit 3722800
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions __tests__/cli/cli-info.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ import { validateParams } from '../../src/cli/commands/info/validate-params';

const INFO = `
The following sass compilers are installed:
- node-sass\t8.0.0
- dart-sass\t1.56.1
- sass-embedded\t1.56.1
- node-sass\t9.0.0
- dart-sass\t1.63.4
- sass-embedded\t1.62.0
`.trim();

const PARAMS : {
Expand Down

0 comments on commit 3722800

Please sign in to comment.