mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-02 16:04:07 +03:00
Use cached noop function everywhere
This commit is contained in:
@@ -477,8 +477,8 @@ describe('Util', () => {
|
||||
})
|
||||
|
||||
describe('noop', () => {
|
||||
it('should return a function', () => {
|
||||
expect(typeof Util.noop()).toEqual('function')
|
||||
it('should be a function', () => {
|
||||
expect(typeof Util.noop).toEqual('function')
|
||||
})
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user