Skip to content

Commit

Permalink
fix: Move mock data access helper to test folder
Browse files Browse the repository at this point in the history
  • Loading branch information
dominik-werner-casra authored and floryst committed Feb 5, 2024
1 parent e8aeb5f commit 6090bee
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import test from 'tape';

import vtkHttpDataSetReader from 'vtk.js/Sources/IO/Core/HttpDataSetReader';
import MockDataAccessHelper from 'vtk.js/Sources/IO/Core/DataAccessHelper/MockDataAccessHelper';
import MockDataAccessHelper from 'vtk.js/Sources/IO/Core/HttpDataSetReader/test/MockDataAccessHelper';

function runTests(testCases) {
let promise = Promise.resolve();
Expand Down

0 comments on commit 6090bee

Please sign in to comment.