diff options
Diffstat (limited to 'test/snapshot')
-rw-r--r-- | test/snapshot/generateAdditionalFilesList.js | 2 | ||||
-rw-r--r-- | test/snapshot/generateAdditionalFilesShortcut.js | 2 | ||||
-rw-r--r-- | test/snapshot/generateAlbumBanner.js | 2 | ||||
-rw-r--r-- | test/snapshot/generateAlbumCoverArtwork.js | 2 | ||||
-rw-r--r-- | test/snapshot/generateAlbumReleaseInfo.js | 2 | ||||
-rw-r--r-- | test/snapshot/generateAlbumSecondaryNav.js | 2 | ||||
-rw-r--r-- | test/snapshot/generateAlbumSidebarGroupBox.js | 2 | ||||
-rw-r--r-- | test/snapshot/generateAlbumTrackList.js | 2 | ||||
-rw-r--r-- | test/snapshot/generateBanner.js | 2 | ||||
-rw-r--r-- | test/snapshot/generateCoverArtwork.js | 2 | ||||
-rw-r--r-- | test/snapshot/generatePreviousNextLinks.js | 5 | ||||
-rw-r--r-- | test/snapshot/generateTrackCoverArtwork.js | 2 | ||||
-rw-r--r-- | test/snapshot/generateTrackReleaseInfo.js | 2 | ||||
-rw-r--r-- | test/snapshot/image.js | 2 | ||||
-rw-r--r-- | test/snapshot/linkArtist.js | 2 | ||||
-rw-r--r-- | test/snapshot/linkContribution.js | 2 | ||||
-rw-r--r-- | test/snapshot/linkExternal.js | 2 | ||||
-rw-r--r-- | test/snapshot/linkExternalFlash.js | 2 | ||||
-rw-r--r-- | test/snapshot/linkTemplate.js | 2 | ||||
-rw-r--r-- | test/snapshot/transformContent.js | 2 |
20 files changed, 21 insertions, 22 deletions
diff --git a/test/snapshot/generateAdditionalFilesList.js b/test/snapshot/generateAdditionalFilesList.js index 60b46ae8..3ea1c37e 100644 --- a/test/snapshot/generateAdditionalFilesList.js +++ b/test/snapshot/generateAdditionalFilesList.js @@ -1,5 +1,5 @@ import t from 'tap'; -import {testContentFunctions} from '../lib/content-function.js'; +import {testContentFunctions} from '#test-lib'; testContentFunctions(t, 'generateAdditionalFilesList (snapshot)', async (t, evaluate) => { await evaluate.load(); diff --git a/test/snapshot/generateAdditionalFilesShortcut.js b/test/snapshot/generateAdditionalFilesShortcut.js index 0ca777b4..9825efa1 100644 --- a/test/snapshot/generateAdditionalFilesShortcut.js +++ b/test/snapshot/generateAdditionalFilesShortcut.js @@ -1,5 +1,5 @@ import t from 'tap'; -import {testContentFunctions} from '../lib/content-function.js'; +import {testContentFunctions} from '#test-lib'; testContentFunctions(t, 'generateAdditionalFilesShortcut (snapshot)', async (t, evaluate) => { await evaluate.load(); diff --git a/test/snapshot/generateAlbumBanner.js b/test/snapshot/generateAlbumBanner.js index e2260cdd..8e63308f 100644 --- a/test/snapshot/generateAlbumBanner.js +++ b/test/snapshot/generateAlbumBanner.js @@ -1,5 +1,5 @@ import t from 'tap'; -import {testContentFunctions} from '../lib/content-function.js'; +import {testContentFunctions} from '#test-lib'; testContentFunctions(t, 'generateAlbumBanner (snapshot)', async (t, evaluate) => { await evaluate.load(); diff --git a/test/snapshot/generateAlbumCoverArtwork.js b/test/snapshot/generateAlbumCoverArtwork.js index 150b12bc..98632d39 100644 --- a/test/snapshot/generateAlbumCoverArtwork.js +++ b/test/snapshot/generateAlbumCoverArtwork.js @@ -1,5 +1,5 @@ import t from 'tap'; -import {testContentFunctions} from '../lib/content-function.js'; +import {testContentFunctions} from '#test-lib'; testContentFunctions(t, 'generateAlbumCoverArtwork (snapshot)', async (t, evaluate) => { await evaluate.load(); diff --git a/test/snapshot/generateAlbumReleaseInfo.js b/test/snapshot/generateAlbumReleaseInfo.js index 7e3b37bd..3dea1196 100644 --- a/test/snapshot/generateAlbumReleaseInfo.js +++ b/test/snapshot/generateAlbumReleaseInfo.js @@ -1,5 +1,5 @@ import t from 'tap'; -import {testContentFunctions} from '../lib/content-function.js'; +import {testContentFunctions} from '#test-lib'; testContentFunctions(t, 'generateAlbumReleaseInfo (snapshot)', async (t, evaluate) => { await evaluate.load(); diff --git a/test/snapshot/generateAlbumSecondaryNav.js b/test/snapshot/generateAlbumSecondaryNav.js index 180cb6e0..a5cb2e91 100644 --- a/test/snapshot/generateAlbumSecondaryNav.js +++ b/test/snapshot/generateAlbumSecondaryNav.js @@ -1,5 +1,5 @@ import t from 'tap'; -import {testContentFunctions} from '../lib/content-function.js'; +import {testContentFunctions} from '#test-lib'; testContentFunctions(t, 'generateAlbumSecondaryNav (snapshot)', async (t, evaluate) => { await evaluate.load(); diff --git a/test/snapshot/generateAlbumSidebarGroupBox.js b/test/snapshot/generateAlbumSidebarGroupBox.js index 52348230..87850510 100644 --- a/test/snapshot/generateAlbumSidebarGroupBox.js +++ b/test/snapshot/generateAlbumSidebarGroupBox.js @@ -1,5 +1,5 @@ import t from 'tap'; -import {testContentFunctions} from '../lib/content-function.js'; +import {testContentFunctions} from '#test-lib'; testContentFunctions(t, 'generateAlbumSidebarGroupBox (snapshot)', async (t, evaluate) => { await evaluate.load({ diff --git a/test/snapshot/generateAlbumTrackList.js b/test/snapshot/generateAlbumTrackList.js index ea3cfef3..904ba98f 100644 --- a/test/snapshot/generateAlbumTrackList.js +++ b/test/snapshot/generateAlbumTrackList.js @@ -1,5 +1,5 @@ import t from 'tap'; -import {testContentFunctions} from '../lib/content-function.js'; +import {testContentFunctions} from '#test-lib'; testContentFunctions(t, 'generateAlbumTrackList (snapshot)', async (t, evaluate) => { await evaluate.load(); diff --git a/test/snapshot/generateBanner.js b/test/snapshot/generateBanner.js index 587ce04a..ab57c3cc 100644 --- a/test/snapshot/generateBanner.js +++ b/test/snapshot/generateBanner.js @@ -1,5 +1,5 @@ import t from 'tap'; -import {testContentFunctions} from '../lib/content-function.js'; +import {testContentFunctions} from '#test-lib'; testContentFunctions(t, 'generateBanner (snapshot)', async (t, evaluate) => { await evaluate.load(); diff --git a/test/snapshot/generateCoverArtwork.js b/test/snapshot/generateCoverArtwork.js index 025a6d0d..21c91454 100644 --- a/test/snapshot/generateCoverArtwork.js +++ b/test/snapshot/generateCoverArtwork.js @@ -1,5 +1,5 @@ import t from 'tap'; -import {testContentFunctions} from '../lib/content-function.js'; +import {testContentFunctions} from '#test-lib'; testContentFunctions(t, 'generateCoverArtwork (snapshot)', async (t, evaluate) => { await evaluate.load(); diff --git a/test/snapshot/generatePreviousNextLinks.js b/test/snapshot/generatePreviousNextLinks.js index d0b61078..0d952f59 100644 --- a/test/snapshot/generatePreviousNextLinks.js +++ b/test/snapshot/generatePreviousNextLinks.js @@ -1,7 +1,6 @@ import t from 'tap'; -import {testContentFunctions} from '../lib/content-function.js'; - -import * as html from '../../src/util/html.js'; +import * as html from '#html'; +import {testContentFunctions} from '#test-lib'; testContentFunctions(t, 'generatePreviousNextLinks (snapshot)', async (t, evaluate) => { await evaluate.load(); diff --git a/test/snapshot/generateTrackCoverArtwork.js b/test/snapshot/generateTrackCoverArtwork.js index bfefb5fb..9e154703 100644 --- a/test/snapshot/generateTrackCoverArtwork.js +++ b/test/snapshot/generateTrackCoverArtwork.js @@ -1,5 +1,5 @@ import t from 'tap'; -import {testContentFunctions} from '../lib/content-function.js'; +import {testContentFunctions} from '#test-lib'; testContentFunctions(t, 'generateTrackCoverArtwork (snapshot)', async (t, evaluate) => { await evaluate.load(); diff --git a/test/snapshot/generateTrackReleaseInfo.js b/test/snapshot/generateTrackReleaseInfo.js index 5556f38b..c72344b9 100644 --- a/test/snapshot/generateTrackReleaseInfo.js +++ b/test/snapshot/generateTrackReleaseInfo.js @@ -1,5 +1,5 @@ import t from 'tap'; -import {testContentFunctions} from '../lib/content-function.js'; +import {testContentFunctions} from '#test-lib'; testContentFunctions(t, 'generateTrackReleaseInfo (snapshot)', async (t, evaluate) => { await evaluate.load(); diff --git a/test/snapshot/image.js b/test/snapshot/image.js index 62e1cd9a..6bec1cca 100644 --- a/test/snapshot/image.js +++ b/test/snapshot/image.js @@ -1,5 +1,5 @@ import t from 'tap'; -import {testContentFunctions} from '../lib/content-function.js'; +import {testContentFunctions} from '#test-lib'; testContentFunctions(t, 'image (snapshot)', async (t, evaluate) => { await evaluate.load(); diff --git a/test/snapshot/linkArtist.js b/test/snapshot/linkArtist.js index 684affc3..7b2114b5 100644 --- a/test/snapshot/linkArtist.js +++ b/test/snapshot/linkArtist.js @@ -1,5 +1,5 @@ import t from 'tap'; -import {testContentFunctions} from '../lib/content-function.js'; +import {testContentFunctions} from '#test-lib'; testContentFunctions(t, 'linkArtist (snapshot)', async (t, evaluate) => { await evaluate.load(); diff --git a/test/snapshot/linkContribution.js b/test/snapshot/linkContribution.js index ccb74674..ad5fb416 100644 --- a/test/snapshot/linkContribution.js +++ b/test/snapshot/linkContribution.js @@ -1,5 +1,5 @@ import t from 'tap'; -import {testContentFunctions} from '../lib/content-function.js'; +import {testContentFunctions} from '#test-lib'; testContentFunctions(t, 'linkContribution (snapshot)', async (t, evaluate) => { await evaluate.load(); diff --git a/test/snapshot/linkExternal.js b/test/snapshot/linkExternal.js index 391d5a10..3e8aee0d 100644 --- a/test/snapshot/linkExternal.js +++ b/test/snapshot/linkExternal.js @@ -1,5 +1,5 @@ import t from 'tap'; -import {testContentFunctions} from '../lib/content-function.js'; +import {testContentFunctions} from '#test-lib'; testContentFunctions(t, 'linkExternal (snapshot)', async (t, evaluate) => { await evaluate.load(); diff --git a/test/snapshot/linkExternalFlash.js b/test/snapshot/linkExternalFlash.js index 7bb86c6a..a4d44aff 100644 --- a/test/snapshot/linkExternalFlash.js +++ b/test/snapshot/linkExternalFlash.js @@ -1,5 +1,5 @@ import t from 'tap'; -import {testContentFunctions} from '../lib/content-function.js'; +import {testContentFunctions} from '#test-lib'; testContentFunctions(t, 'linkExternalFlash (snapshot)', async (t, evaluate) => { await evaluate.load(); diff --git a/test/snapshot/linkTemplate.js b/test/snapshot/linkTemplate.js index 83d77108..bdb91216 100644 --- a/test/snapshot/linkTemplate.js +++ b/test/snapshot/linkTemplate.js @@ -1,5 +1,5 @@ import t from 'tap'; -import {testContentFunctions} from '../lib/content-function.js'; +import {testContentFunctions} from '#test-lib'; testContentFunctions(t, 'linkTemplate (snapshot)', async (t, evaluate) => { await evaluate.load(); 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(); |