diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2023-03-21 17:36:04 -0300 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2023-03-21 17:36:04 -0300 |
commit | b5e4efc554af05e57770a84eb4991aea43697150 (patch) | |
tree | 156dddb5e8a60f7e96f8ac7bd6246bbdc19ce27b /test/data-validators.js | |
parent | aecd888921f396d7bd5ec0ecce819962c9cbb664 (diff) |
fix tests not targeting right module paths
Diffstat (limited to 'test/data-validators.js')
-rw-r--r-- | test/data-validators.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/data-validators.js b/test/data-validators.js index f13f3f0f..7a2b1812 100644 --- a/test/data-validators.js +++ b/test/data-validators.js @@ -24,7 +24,7 @@ import { // Compositional utilities oneOf, -} from '../src/data/validators.js'; +} from '../src/data/things/validators.js'; function test(msg, fn) { _test(msg, t => { |