Skip to content

Commit

Permalink
Fix updated hashes caused by source change
Browse files Browse the repository at this point in the history
  • Loading branch information
Munter committed Oct 18, 2019
1 parent 95b6064 commit 50f9cd4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/hashfiles.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ describe('hashfiles', () => {
{
origin: 'file://',
path: '/static/',
fileName: 'style.58c0948f5e.css'
fileName: 'style.c3a9d85076.css'
},
{
origin: 'file://',
Expand All @@ -314,12 +314,12 @@ describe('hashfiles', () => {
{
origin: 'file://',
path: '/static/',
fileName: 'theBehavior.aa4e8a29e8.htc'
fileName: 'theBehavior.31de722f4d.htc'
},
{
origin: 'https://mycdn.com',
path: '/',
fileName: 'theScript.008a3a1a0a.js'
fileName: 'theScript.0d6f8b103e.js'
},
{
origin: 'https://mycdn.com',
Expand Down Expand Up @@ -400,7 +400,7 @@ describe('hashfiles', () => {
},
{
type: 'HtmlStyle',
href: 'static/style.58c0948f5e.css',
href: 'static/style.c3a9d85076.css',
crossorigin: false,
node: expect.it('not to have attribute', 'crossorigin')
},
Expand Down

0 comments on commit 50f9cd4

Please # to comment.