added prop test stub

This commit is contained in:
Mark Canlas 2022-10-31 14:50:12 -04:00
parent 7ac6d8f831
commit 2c365d0d95

View File

@ -0,0 +1,6 @@
package com.htmlism.scratchpad
import org.scalatest.propspec._
import org.scalatest.matchers.should._
class FeaturePropSpec extends AnyPropSpec with Matchers