fix(core): update

This commit is contained in:
2021-03-27 15:07:02 +00:00
parent c6a09e5f40
commit 1ab3432325
8 changed files with 10691 additions and 651 deletions

View File

@ -12,7 +12,7 @@ tap.test('should create a valid instance of tlt', async () => {
tap.test('should output a valid string with some data', async () => {
let appliedString = testMustache.applyData({
customString: 'horse',
license: 'MIT'
license: 'MIT',
});
expect(appliedString).to.equal('some awesome horse that is MIT licensed');
});