Skip to content

Commit

Permalink
Fix REPL tests in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
TooTallNate committed Dec 19, 2024
1 parent fd676c8 commit d9b6e7e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/repl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"access": "public"
},
"dependencies": {
"kleur": "^4.1.5",
"kleur": "github:TooTallNate/kleur#rgb",
"sisteransi": "^1.0.5"
},
"devDependencies": {
Expand Down
3 changes: 3 additions & 0 deletions packages/repl/test/repl.test.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
import { $ } from 'kleur/colors';
$.enabled = true;

import { createInspect } from '@nx.js/inspect';
import { describe, expect, test } from 'vitest';
import { REPL, type REPLOptions } from '../src/index';
Expand Down
4 changes: 2 additions & 2 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d9b6e7e

Please sign in to comment.