We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2db2664 commit ce53d18Copy full SHA for ce53d18
test/test.js
@@ -70,7 +70,7 @@ describe('Test async helpers', () => {
70
71
})
72
73
- it ('Test lookupProperty', async() => {
+ it('Test lookupProperty', async() => {
74
const hbs = asyncHelpers(Handlebars),
75
template = `{{person.[0].firstName}}`,
76
expected = 'John'
@@ -83,7 +83,7 @@ describe('Test async helpers', () => {
83
should.equal(result, expected)
84
85
86
- it ('Test lookupProperty with nested promises', async() => {
+ it('Test lookupProperty with nested promises', async() => {
87
88
89
0 commit comments