mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2025-12-11 20:02:09 +00:00
Remove unneccessary files
This commit is contained in:
parent
f21956544f
commit
c81514d1f3
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,29 +0,0 @@
|
|||||||
{
|
|
||||||
"type": "application",
|
|
||||||
"source-directories": [
|
|
||||||
"src",
|
|
||||||
"../../../../../../../../../../../usr/local/lib/node_modules/elm-test/elm/src",
|
|
||||||
"../../../../../src",
|
|
||||||
"../../../../../tests"
|
|
||||||
],
|
|
||||||
"elm-version": "0.19.1",
|
|
||||||
"dependencies": {
|
|
||||||
"direct": {
|
|
||||||
"elm/core": "1.0.4",
|
|
||||||
"elm/json": "1.1.3",
|
|
||||||
"elm/random": "1.0.0",
|
|
||||||
"elm/time": "1.0.0",
|
|
||||||
"elm/browser": "1.0.2",
|
|
||||||
"elm/html": "1.0.0",
|
|
||||||
"elm-explorations/test": "1.2.2"
|
|
||||||
},
|
|
||||||
"indirect": {
|
|
||||||
"elm/url": "1.0.0",
|
|
||||||
"elm/virtual-dom": "1.0.2"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"test-dependencies": {
|
|
||||||
"direct": {},
|
|
||||||
"indirect": {}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
File diff suppressed because it is too large
Load Diff
@ -1,14 +0,0 @@
|
|||||||
module Test.Generated.Main1505781568 exposing (main)
|
|
||||||
|
|
||||||
import GildedRoseTest
|
|
||||||
|
|
||||||
import Test.Reporter.Reporter exposing (Report(..))
|
|
||||||
import Console.Text exposing (UseColor(..))
|
|
||||||
import Test.Runner.Node
|
|
||||||
import Test
|
|
||||||
|
|
||||||
main : Test.Runner.Node.TestProgram
|
|
||||||
main =
|
|
||||||
[ Test.describe "GildedRoseTest" [GildedRoseTest.suite] ]
|
|
||||||
|> Test.concat
|
|
||||||
|> Test.Runner.Node.run { runs = Nothing, report = (ConsoleReport UseColor), seed = 333140979127867, processes = 8, paths = ["/Users/naomidennis/Documents/code-projects/elm/gilded_rose_elm/tests/GildedRoseTest.elm"]}
|
|
||||||
@ -1,14 +0,0 @@
|
|||||||
module Test.Generated.Main2769340559 exposing (main)
|
|
||||||
|
|
||||||
import GildedRoseTest
|
|
||||||
|
|
||||||
import Test.Reporter.Reporter exposing (Report(..))
|
|
||||||
import Console.Text exposing (UseColor(..))
|
|
||||||
import Test.Runner.Node
|
|
||||||
import Test
|
|
||||||
|
|
||||||
main : Test.Runner.Node.TestProgram
|
|
||||||
main =
|
|
||||||
[ Test.describe "GildedRoseTest" [GildedRoseTest.suite] ]
|
|
||||||
|> Test.concat
|
|
||||||
|> Test.Runner.Node.run { runs = Nothing, report = (ConsoleReport UseColor), seed = 51319785517590, processes = 8, paths = ["/Users/naomidennis/Documents/code-projects/elm/gilded_rose_elm/tests/GildedRoseTest.elm"]}
|
|
||||||
@ -1,14 +0,0 @@
|
|||||||
module Test.Generated.Main3492374619 exposing (main)
|
|
||||||
|
|
||||||
import GildedRoseTest
|
|
||||||
|
|
||||||
import Test.Reporter.Reporter exposing (Report(..))
|
|
||||||
import Console.Text exposing (UseColor(..))
|
|
||||||
import Test.Runner.Node
|
|
||||||
import Test
|
|
||||||
|
|
||||||
main : Test.Runner.Node.TestProgram
|
|
||||||
main =
|
|
||||||
[ Test.describe "GildedRoseTest" [GildedRoseTest.suite] ]
|
|
||||||
|> Test.concat
|
|
||||||
|> Test.Runner.Node.run { runs = Nothing, report = (ConsoleReport UseColor), seed = 387860746875023, processes = 8, paths = ["/Users/naomidennis/Documents/code-projects/elm/gilded_rose_elm/tests/GildedRoseTest.elm"]}
|
|
||||||
Loading…
Reference in New Issue
Block a user