We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e0e973 commit abe43d0Copy full SHA for abe43d0
src/test/java/com/marginallyclever/nodegraphcore/TestGraph.java
@@ -32,6 +32,7 @@ public static void beforeAll() throws Exception {
32
NodeFactory.loadRegistries();
33
BuiltInRegistry r = new BuiltInRegistry();
34
r.registerDAO();
35
+ NodeFactory.registerAllNodesInPackage("com.marginallyclever.nodegraphcore.nodes.math");
36
}
37
38
@AfterAll
0 commit comments