feat(coding): add model tools and device packages
This commit is contained in:
@@ -78,5 +78,9 @@ describe('Pi worker executable resolution', () => {
|
||||
expect(development.serverPath).toBe(path.join(appPath, 'resources', 'pi-agent-server.mjs'));
|
||||
expect(packaged.serverPath).toBe(path.join(resourcesPath, 'resources', 'pi-agent-server.mjs'));
|
||||
expect(packaged.cliPath).toBe(path.join(resourcesPath, 'pi-runtime', 'dist', 'cli.js'));
|
||||
expect(development.npmCliPath).toBe(path.join(appPath, 'node_modules', 'npm', 'bin', 'npm-cli.js'));
|
||||
expect(packaged.npmCliPath).toBe(path.join(
|
||||
resourcesPath, 'publish-runtime', 'bin', 'npm-cli.js',
|
||||
));
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user