mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 08:03:30 +02:00
Fix various JSHint warnings in client-side code.
This commit is contained in:
@@ -11,13 +11,13 @@ describe('refreshPage', function () {
|
||||
|
||||
it('should ...', function () {
|
||||
|
||||
/*
|
||||
To test your directive, you need to create some html that would use your directive,
|
||||
send that through compile() then compare the results.
|
||||
/*
|
||||
To test your directive, you need to create some html that would use your
|
||||
directive, send that through compile() then compare the results.
|
||||
|
||||
var element = compile('<div refresh-page name="name">hi</div>')(scope);
|
||||
expect(element.text()).toBe('hello, world');
|
||||
*/
|
||||
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user