Skip to content

Commit

Permalink
Removes tests
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiVolland committed Feb 18, 2019
1 parent 5ab4f52 commit 8b3502e
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 60 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
language: node_js
node_js:
- "8"
- "10"
script:
- npm run test
- npm run lint
cache:
directories:
- node_modules
Expand Down
33 changes: 0 additions & 33 deletions geostyler-style.spec.ts

This file was deleted.

28 changes: 6 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,14 @@
"description": "",
"main": "index.d.ts",
"scripts": {
"pretest": "npm run lint",
"test": "jest",
"lint": "tslint --project tsconfig.json --config tslint.json && tsc --noEmit --project tsconfig.json ",
"lint": "tslint --project tsconfig.json --config tslint.json && tsc --noEmit --project tsconfig.json",
"release": "np --no-yarn && git push https://github.com/terrestris/geostyler-style.git master --tags"
},
"devDependencies": {
"@types/jest": "23.3.11",
"@types/node": "11.9.3",
"jest": "23.1.0",
"@types/node": "11.9.4",
"np": "4.0.2",
"ts-jest": "23.10.5",
"tslint": "5.10.0",
"typescript": "2.9.1"
"tslint": "5.12.1",
"typescript": "3.3.3"
},
"repository": {
"type": "git",
Expand All @@ -25,18 +20,7 @@
"author": "",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/terrestris/geostyler-style/issues"
"url": "https://github.com/terrestris/geostyler/issues"
},
"homepage": "https://github.com/terrestris/geostyler-style#readme",
"jest": {
"moduleFileExtensions": [
"ts",
"js"
],
"transform": {
"\\.(ts)$": "ts-jest"
},
"testRegex": "/.*\\.spec.(ts|js)$",
"testURL": "http://localhost/"
}
"homepage": "https://github.com/terrestris/geostyler-style#readme"
}
4 changes: 1 addition & 3 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
{
"compilerOptions": {
"baseUrl": ".",
"outDir": "build/dist",
"module": "esnext",
"target": "es5",
"lib": ["es6", "dom"],
"sourceMap": true,
"allowJs": true,
"jsx": "react",
"allowJs": false,
"moduleResolution": "node",
"rootDir": ".",
"forceConsistentCasingInFileNames": true,
Expand Down
1 change: 0 additions & 1 deletion tslint.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@
"no-switch-case-fall-through": true,
"no-trailing-whitespace": false,
"no-unused-expression": true,
"no-unused-variable": true,
"no-use-before-declare": true,
"one-line": [
true,
Expand Down

0 comments on commit 8b3502e

Please sign in to comment.