mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-19 00:33:30 +02:00
Karma now works from Gulp.
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
describe('greeter', function () {
|
||||
|
||||
function greet(str) {
|
||||
return 'Helloaw, ' + str
|
||||
return 'Hello, ' + str
|
||||
}
|
||||
|
||||
it('should say Hello to the World', function () {
|
||||
expect(greet('World')).toEqual('Hello, World!')
|
||||
expect(greet('World!')).toEqual('Hello, World!')
|
||||
})
|
||||
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user