Skip to content

Commit 1ac61d4

Browse files
Removed the old "test/index.html" file. Testing now requires a bundler like Webpack
1 parent e35d686 commit 1ac61d4

3 files changed

Lines changed: 3 additions & 145 deletions

File tree

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ JSON Schema $Ref Parser is a full [JSON Reference](https://tools.ietf.org/html/d
5151
- Can [dereference](https://apidevtools.org/json-schema-ref-parser/docs/ref-parser.html#dereferencepath-options-callback) your schema, producing a plain-old JavaScript object that's easy to work with
5252
- Supports [circular references](https://apidevtools.org/json-schema-ref-parser/docs/#circular-refs), nested references, back-references, and cross-references between files
5353
- Maintains object reference equality — `$ref` pointers to the same value always resolve to the same object instance
54-
- [Tested](https://apidevtools.org/json-schema-ref-parser/test/) in Node, io.js, and all major web browsers on Windows, Mac, and Linux
54+
- [Tested](https://travis-ci.com/APIDevTools/json-schema-ref-parser) in Node and all major web browsers on Windows, Mac, and Linux
5555

5656

5757
Example
@@ -141,9 +141,6 @@ To build/test the project locally on your computer:
141141
4. __Run the tests__<br>
142142
`npm test`
143143

144-
5. __Start the local web server__<br>
145-
`npm start` (then browse to [http://localhost:8080/test/](http://localhost:8080/test/))
146-
147144

148145
License
149146
--------------------------

package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,8 @@
5252
"coverage:node": "nyc --reporter=text --reporter=lcov --report-dir coverage/node mocha",
5353
"coverage:browser": "npm run build -- --coverage && npm run test:browser -- --coverage",
5454
"upgrade": "npm-check -u",
55-
"bump": "bump --prompt --grep dist/* --tag --push --all",
56-
"release": "npm run upgrade && npm test && npm run bump",
57-
"start": "http-server -c-1 -o http://localhost:8080/test/"
55+
"bump": "bump --prompt --tag --push --all",
56+
"release": "npm run upgrade && npm test && npm run bump"
5857
},
5958
"devDependencies": {
6059
"@babel/polyfill": "^7.4.4",
@@ -64,7 +63,6 @@
6463
"coveralls": "^3.0.2",
6564
"eslint": "^5.12.0",
6665
"eslint-config-modular": "^7.0.0",
67-
"http-server": "^0.11.1",
6866
"karma": "^4.0.0",
6967
"karma-chai": "^0.1.0",
7068
"karma-chrome-launcher": "^2.2.0",

test/index.html

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

0 commit comments

Comments
 (0)