MCPcopy Index your code
hub / github.com/coder/coder / createOpts

Function createOpts

cli/notifications_test.go:23–30  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

21)
22
23func createOpts(t *testing.T) *coderdtest.Options {
24 t.Helper()
25
26 dt := coderdtest.DeploymentValues(t)
27 return &coderdtest.Options{
28 DeploymentValues: dt,
29 }
30}
31
32func TestNotifications(t *testing.T) {
33 t.Parallel()

Callers 2

TestNotificationsFunction · 0.70

Calls 2

DeploymentValuesFunction · 0.92
HelperMethod · 0.65

Tested by

no test coverage detected