feat(ivy): fixed typo in test case description
This commit is contained in:
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 => ({
|
||||
app: {
|
||||
'example.ts': `
|
||||
|
|
Loading…
Reference in New Issue