You've already forked tribes-plugin-template
fddd616772
CI / Test (push) Failing after 17s
Add the shared plugin helper, host-backed test config, and runtime validation entrypoint. Update the example plugin route/docs and replace the old standalone test suite with the host-backed contract and page tests.
4 lines
122 B
Elixir
4 lines
122 B
Elixir
defmodule MyPlugin.PluginContractTest do
|
|
use Tribes.PluginTest.ContractTest, plugin: Tribes.Plugins.MyPlugin.Plugin
|
|
end
|