Skip to content
Snippets Groups Projects
Commit 6321353f authored by Sydney Anne Erickson's avatar Sydney Anne Erickson :chipmunk:
Browse files

Revert "test disabling non-working tests"

This reverts commit e92fc10c.
parent e92fc10c
No related branches found
No related tags found
2 merge requests!107Do not supress error returns from WASM test,!67fix for latest client release
...@@ -36,7 +36,7 @@ func Test_newCmixJS(t *testing.T) { ...@@ -36,7 +36,7 @@ func Test_newCmixJS(t *testing.T) {
} }
// Tests that Cmix has all the methods that [bindings.Cmix] has. // Tests that Cmix has all the methods that [bindings.Cmix] has.
/*func Test_CmixMethods(t *testing.T) { func Test_CmixMethods(t *testing.T) {
cmixType := reflect.TypeOf(&Cmix{}) cmixType := reflect.TypeOf(&Cmix{})
binCmixType := reflect.TypeOf(&bindings.Cmix{}) binCmixType := reflect.TypeOf(&bindings.Cmix{})
...@@ -53,4 +53,4 @@ func Test_newCmixJS(t *testing.T) { ...@@ -53,4 +53,4 @@ func Test_newCmixJS(t *testing.T) {
t.Errorf("Method %s does not exist.", method.Name) t.Errorf("Method %s does not exist.", method.Name)
} }
} }
}*/ }
...@@ -17,7 +17,7 @@ import ( ...@@ -17,7 +17,7 @@ import (
// Tests that the map representing DMClient returned by newDMClientJS contains // Tests that the map representing DMClient returned by newDMClientJS contains
// all of the methods on DMClient. // all of the methods on DMClient.
/*func Test_newDMClientJS(t *testing.T) { func Test_newDMClientJS(t *testing.T) {
dmcType := reflect.TypeOf(&DMClient{}) dmcType := reflect.TypeOf(&DMClient{})
dmc := newDMClientJS(&bindings.DMClient{}) dmc := newDMClientJS(&bindings.DMClient{})
...@@ -33,7 +33,7 @@ import ( ...@@ -33,7 +33,7 @@ import (
t.Errorf("Method %s does not exist.", method.Name) t.Errorf("Method %s does not exist.", method.Name)
} }
} }
}*/ }
// Tests that DMClient has all the methods that // Tests that DMClient has all the methods that
// [bindings.DMClient] has. // [bindings.DMClient] has.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment