Skip to content

Commit

Permalink
feat: initial remix setup
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-bo-davis committed Mar 11, 2024
1 parent ec87306 commit fae7d4e
Show file tree
Hide file tree
Showing 17 changed files with 10,095 additions and 3,339 deletions.
4 changes: 3 additions & 1 deletion core/src/importer/newImporter.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@ import { afterEach, describe, expect, it, vi } from 'vitest';

import { CodeLlmError, Config } from '@/index.js';
import { unitTestConfig, validTool } from '@tests/mocks';
import { expectError } from '@tests/tools';
import { expectError, testSetup } from '@tests/tools';
import { initConfig } from '@/config/index.js';
import { newImporter } from './newImporter.js';

testSetup();

const mocks = vi.hoisted(() => {
return {
initTools: vi.fn(),
Expand Down
Loading

0 comments on commit fae7d4e

Please # to comment.