fix(format): run gitzone format

This commit is contained in:
2018-11-28 11:04:26 +01:00
parent 134618cb3a
commit cfcff789a2
4 changed files with 21 additions and 24 deletions

View File

@ -5,7 +5,7 @@ import * as smartsass from '../ts/index';
tap.test('should create a valid instance of smartsass', async () => {
const testsmartSass = new smartsass.Smartsass({
data: 'hello'
})
});
expect(testsmartSass).to.be.instanceof(smartsass.Smartsass);
});