mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2026-04-15 01:41:56 +00: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)
|
|
});
|
|
}); |