fix: form bug

This commit is contained in:
Orion Kindel
2024-11-23 13:49:36 -06:00
parent fc33a076db
commit 1a1d5526b7
8 changed files with 1558 additions and 831 deletions

12
test/Test.Main.purs Normal file
View File

@@ -0,0 +1,12 @@
module Test.Main where
import Prelude
import Effect (Effect)
import Test.Spec.Reporter (specReporter)
import Test.Spec.Runner.Node (runSpecAndExitProcess)
import Test.Effect.Aff.HTTP.Form as Test.Form
main :: Effect Unit
main = runSpecAndExitProcess [ specReporter ] do
Test.Form.spec