mirror of
https://github.com/harness/drone.git
synced 2025-05-08 17:53:10 +08:00
7 lines
115 B
JavaScript
7 lines
115 B
JavaScript
'use strict';
|
|
|
|
describe('users controller', function(){
|
|
it('should 1==1', function(){
|
|
expect(1).toBe(1)
|
|
});
|
|
}); |