8d17dd820e
* WIP * WIP * Removed unused webapp util * Added server tests * Lint fix * Updating existing tests * Updating existing tests * Updating existing tests * Fixing existing tests * Fixing existing tests * Fixing existing tests * Added category type and tests * updated tests * Fixed integration test * type fix * removed seconds from boards name * wip * debugging cy test * Fixed a bug preventing users from collapsing boards category * Debugging cypress test * CI * debugging cy test * Testing a fix * reverting test fix * Handled personal server * Fixed a case for personal server * fixed a test
5 lines
128 B
Go
5 lines
128 B
Go
package utils
|
|
|
|
import "github.com/stretchr/testify/mock"
|
|
|
|
var Anything = mock.MatchedBy(func(interface{}) bool { return true })
|