Refactor remote commands into remote subdirectory
This commit is contained in:
@@ -1,12 +0,0 @@
|
||||
import { describe, it, expect, vi } from 'vitest';
|
||||
import { action } from '../commands/remote.js';
|
||||
import axios from 'axios';
|
||||
|
||||
vi.mock('axios');
|
||||
|
||||
describe('remote command', () => {
|
||||
it('should validate inputs', async () => {
|
||||
// Simple test for now
|
||||
await expect(action({})).resolves.not.toThrow();
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user