Skip to content

Commit

Permalink
fix: sync import on test-utils
Browse files Browse the repository at this point in the history
  • Loading branch information
bholmesdev committed Feb 13, 2023
1 parent f81ea60 commit 7f13791
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/astro/test/test-utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import fs from 'fs';
import os from 'os';
import stripAnsi from 'strip-ansi';
import { fileURLToPath } from 'url';
import { sync } from '../dist/cli/sync/index.js';
import { sync } from '../dist/core/sync/index.js';
import build from '../dist/core/build/index.js';
import { openConfig } from '../dist/core/config/config.js';
import { createSettings } from '../dist/core/config/index.js';
Expand Down

0 comments on commit 7f13791

Please sign in to comment.