Skip to content

Commit

Permalink
chore: fix mocha settings
Browse files Browse the repository at this point in the history
  • Loading branch information
azech-hqs committed Oct 24, 2023
1 parent e5d9311 commit 864237a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .mocharc.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extension": ["ts", "js"],
"spec": "tests/**/*.test.*",
"require": "ts-node/register"
"require": ["ts-node/register"]
}
2 changes: 1 addition & 1 deletion src/model.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { filterModelsByApplicationParameters } from "@exabyte-io/application-flavors.js/src/js/models";
import { filterModelsByApplicationParameters } from "@exabyte-io/application-flavors.js/lib/js/models";
import { DefaultableInMemoryEntity } from "@exabyte-io/code.js/dist/entity";
import lodash from "lodash";

Expand Down

0 comments on commit 864237a

Please sign in to comment.