Skip to content

Commit

Permalink
Fix testdata dir name
Browse files Browse the repository at this point in the history
  • Loading branch information
papandreou committed Jul 6, 2020
1 parent 3ad703e commit 3d11aac
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion test/subsetFonts.js
Original file line number Diff line number Diff line change
Expand Up @@ -4624,7 +4624,10 @@ describe('subsetFonts', function () {
// Regression test for https://github.com/Munter/netlify-plugin-subfont/issues/32
it('should not break', async function () {
const assetGraph = new AssetGraph({
root: pathModule.resolve(__dirname, '../testdata/subsetFonts/foo/'),
root: pathModule.resolve(
__dirname,
'../testdata/subsetFonts/two-pages-import-css/'
),
});
await assetGraph.loadAssets(['index1.html', 'index2.html']);
await assetGraph.populate();
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 3d11aac

Please sign in to comment.