Skip to content

Commit

Permalink
chore(developer): fix path ref
Browse files Browse the repository at this point in the history
  • Loading branch information
mcdurdin committed Jun 8, 2023
1 parent 9f71f09 commit 0ed0de8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion developer/src/kmc/test/test-project-build.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { TestCompilerCallbacks } from '@keymanapp/developer-test-helpers';
import { assert } from 'chai';
import 'mocha';
import { BuildProject } from '../src/commands/build/BuildProject.js';
import { BuildProject } from '../src/commands/buildClasses/BuildProject.js';
import { makePathToFixture } from './helpers/index.js';

const callbacks = new TestCompilerCallbacks();
Expand Down

0 comments on commit 0ed0de8

Please sign in to comment.