You've already forked focalboard
mirror of
https://github.com/mattermost/focalboard.git
synced 2025-07-15 23:54:29 +02:00
Boards as persisted category (#3877)
* 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
This commit is contained in:
5
server/utils/testUtils.go
Normal file
5
server/utils/testUtils.go
Normal file
@ -0,0 +1,5 @@
|
||||
package utils
|
||||
|
||||
import "github.com/stretchr/testify/mock"
|
||||
|
||||
var Anything = mock.MatchedBy(func(interface{}) bool { return true })
|
Reference in New Issue
Block a user