mirror of
https://github.com/Jeuners/ECC.git
synced 2026-09-09 15:02:30 +02:00
chore: ship v1.10.0 release surface refresh
This commit is contained in:
parent
5df943ed2b
commit
846ffb75da
27 changed files with 280 additions and 55 deletions
|
|
@ -278,7 +278,7 @@ function runTests() {
|
|||
if (test('INLINE_RESOLVE discovers plugin cache when env var is unset', () => {
|
||||
const homeDir = createTempDir();
|
||||
try {
|
||||
const expected = setupPluginCache(homeDir, 'everything-claude-code', '1.9.0');
|
||||
const expected = setupPluginCache(homeDir, 'everything-claude-code', '1.10.0');
|
||||
const { execFileSync } = require('child_process');
|
||||
const result = execFileSync('node', [
|
||||
'-e', `console.log(${INLINE_RESOLVE})`,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue