fix(core): update
This commit is contained in:
@ -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');
|
||||
});
|
||||
|
Reference in New Issue
Block a user