feat(ivy): fixed typo in test case description
This commit is contained in:

committed by
Alex Rickabaugh

parent
b286abeabe
commit
c683f74225
@ -122,7 +122,7 @@ describe('compiler compliance: bindings', () => {
|
|||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
describe('non bindable behaviour', () => {
|
describe('non bindable behavior', () => {
|
||||||
const getAppFiles = (template: string = ''): MockDirectory => ({
|
const getAppFiles = (template: string = ''): MockDirectory => ({
|
||||||
app: {
|
app: {
|
||||||
'example.ts': `
|
'example.ts': `
|
||||||
|
Reference in New Issue
Block a user