Skip to content

Commit

Permalink
fixup! discojs-core/specs: prefer local import
Browse files Browse the repository at this point in the history
  • Loading branch information
tharvik committed Feb 7, 2024
1 parent 3d96c85 commit 525759b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions discojs/discojs-core/src/validation/validator.spec.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
import { assert } from 'chai'
import fs from 'fs'

import { Task, Validator, ConsoleLogger, EmptyMemory, client as clients, data, aggregator } from '..'
import { node } from '@epfml/discojs-node'
import { node, Task, Validator, ConsoleLogger, EmptyMemory, client as clients, data, aggregator } from '@epfml/discojs-node'

const simplefaceMock = {
taskID: 'simple_face',
Expand Down

0 comments on commit 525759b

Please sign in to comment.