Skip to content

Commit

Permalink
Run dedicated ProgramTest for RandomBytes
Browse files Browse the repository at this point in the history
  • Loading branch information
t0yv0 committed Jan 19, 2024
1 parent 1d50e51 commit 136430a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions examples/examples_nodejs_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,15 @@ func TestSimpleTs(t *testing.T) {
integration.ProgramTest(t, &test)
}

func TestRnadomBytes(t *testing.T) {
test := getJSBaseOptions(t).
With(integration.ProgramTestOptions{
Dir: filepath.Join(getCwd(t), "bytes"),
})

integration.ProgramTest(t, &test)
}

func TestProviderUpdate(t *testing.T) {
test := getJSBaseOptions(t).
With(integration.ProgramTestOptions{
Expand Down

0 comments on commit 136430a

Please sign in to comment.