Improvment in tslint standard (#16)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
var expect = require('expect');
|
||||
let expect = require('expect')
|
||||
|
||||
describe('App', () => {
|
||||
it('should properly run tests', () => {
|
||||
expect(1).toBe(1);
|
||||
});
|
||||
});
|
||||
expect(1).toBe(1)
|
||||
})
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user