Skip to content

Commit

Permalink
fix: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasio committed Nov 15, 2023
1 parent 4a868fa commit ae78a0f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import type { HeadlessConfig } from '../../types';
import { getHeadlessConfig, getSiteByHost, setHeadlessConfig } from '../getHeadlessConfig';
import { getHeadlessConfig, getSiteByHost, setHeadlessConfig } from '../config';

describe('getHeadlessConfig', () => {
const headlessConfig: HeadlessConfig = {
Expand Down

0 comments on commit ae78a0f

Please sign in to comment.