typescript udpates

This commit is contained in:
Nick Nisi
2015-01-18 21:46:45 -06:00
parent 6590edaf82
commit e34381fe36
5 changed files with 7 additions and 4 deletions

View File

@@ -1,8 +1,8 @@
snippet ref
/// <reference path="${1}"/>
snippet des
describe('${1}', ()=> {
describe('${1}', () => {
});
snippet it
it('${1}', ()=> {
it('${1}', () => {
});

View File

@@ -45,3 +45,4 @@ polyfill
frontend
Backend
CSS
SVG