diff --git a/README.md b/README.md index ce1f386..e963684 100644 --- a/README.md +++ b/README.md @@ -253,7 +253,6 @@ export default class Hello extends Component { } ``` - ## Reference: built-in helpers, modifiers, components As implemented as part of the [Strict Mode Templates RFC][rfc-496], the built in diff --git a/__tests__/parse-templates.test.ts b/__tests__/parse-templates.test.ts index 49228d0..e5acaf1 100644 --- a/__tests__/parse-templates.test.ts +++ b/__tests__/parse-templates.test.ts @@ -1,7 +1,6 @@ import { parseTemplates as _parseTemplates, ParseTemplatesOptions, - DEFAULT_PARSE_TEMPLATES_OPTIONS, } from '../src/parse-templates'; describe('parseTemplates', function () { @@ -151,581 +150,4 @@ describe('parseTemplates', function () { ] `); }); - - it('hbs`Hello!` when only matching