Skip to content
This repository has been archived by the owner on Dec 5, 2023. It is now read-only.

Commit

Permalink
chore: update test expectations
Browse files Browse the repository at this point in the history
  • Loading branch information
stfsy committed Jul 7, 2021
1 parent 272846f commit ebf5f19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion test/spec/compiling/compiler-compatibility-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ module.exports = (compilerProvider) => {
describe('.initialize', () => {
it('finds templates', () => {
return compiler.initialize('test/fixtures/templates').then(() => {
expect(Object.keys(compiler._reader._precompileResults)).to.have.length(12)
expect(Object.keys(compiler._reader._precompileResults)).to.have.length(13)
})
})
it('precompiles templates and stores paths to commands', () => {
Expand Down
1 change: 1 addition & 0 deletions test/spec/reading/reader.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ describe('Reader', () => {
const htmlFiles = [
'components/html-component.html',
'templates/billing/billing.html',
'templates/billing/ios.html',
'templates/checkout.html',
'templates/copyright.html',
'templates/comment.html',
Expand Down

0 comments on commit ebf5f19

Please sign in to comment.