Skip to content

Commit baa2d1a

Browse files
committed
Remove testing file
1 parent 7bc13fa commit baa2d1a

File tree

4 files changed

+3
-106
lines changed

4 files changed

+3
-106
lines changed

README.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,7 @@ Broadly, yes. Whether it's performant or not is yet to be seen.
1010

1111
### Can I try it?
1212

13-
Uhh. Sure. To see a somewhat terrible looking proof of concept, crack open the
14-
following incantations:
15-
16-
`git clone https://github.com/danieljharvey/purescript-stylesheet`
17-
18-
`spago install`
19-
20-
`yarn build` and then `open index.html`. Joy!
13+
The best way to see the library in action is currently used in [React Stylesheet](https://github.com/danieljharvey/purescript-react-stylesheet) which uses this library with Purescript React.
2114

2215
### Documentation?
2316

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@
66
"author": "Daniel Harvey <daniel.harvey@habito.com>",
77
"license": "MIT",
88
"scripts": {
9-
"pscid:build": "spago build",
10-
"build": "spago bundle-app --main Testing --to index.js",
11-
"build:watch": "spago bundle-app --main Testing -w --to index.js"
9+
"pscid:build": "spago build"
1210
},
1311
"dependencies": {
1412
"purescript": "^0.13.2"

src/Test.purs

Lines changed: 0 additions & 94 deletions
This file was deleted.

test/Main.purs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ import Test.Unit.Main (runTest)
99

1010
main :: Effect Unit
1111
main = runTest do
12-
suite "CSDom" do
12+
suite "Stylesheet" do
1313
test "addRule" do
1414
Assert.assert "Seems fine" $ "yes" == "yes"

0 commit comments

Comments
 (0)