move SortableTable tests to a non-versioned file

This commit is contained in:
Brian Hicks 2020-08-13 16:34:03 -05:00
parent c7d6bafc96
commit 9a51b4b5c2

View File

@ -1,4 +1,4 @@
module Spec.Nri.Ui.SortableTable.V2 exposing (spec)
module Spec.Nri.Ui.SortableTable exposing (spec)
import Expect exposing (Expectation)
import Html.Styled