Cyrille David

Results 2 issues of Cyrille David

## context While using the framework for the first time, I encountered a minor issue. It's not critical (in my case, I will simply install `joi`), but I thought you...

## Description ### `hbs` usages `hbs` is provided by the [ember-cli-htmlbars library](https://github.com/ember-cli/ember-cli-htmlbars). The first usage is in tests, where components are rendered: ```js import { hbs } from 'ember-cli-htmlbars'; await...