diff options
Diffstat (limited to 'test/snapshot/transformContent.js')
-rw-r--r-- | test/snapshot/transformContent.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/snapshot/transformContent.js b/test/snapshot/transformContent.js index 96181e89..25952856 100644 --- a/test/snapshot/transformContent.js +++ b/test/snapshot/transformContent.js @@ -1,5 +1,5 @@ import t from 'tap'; -import {testContentFunctions} from '../lib/content-function.js'; +import {testContentFunctions} from '#test-lib'; testContentFunctions(t, 'transformContent (snapshot)', async (t, evaluate) => { await evaluate.load(); |