Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: glideapps/quicktype
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: a78224b44914b9d04805e582d6dda12da80c6cd2
Choose a base ref
...
head repository: glideapps/quicktype
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: f27d5e096ad0c592d6b7aa50c4c56b310356754e
Choose a head ref
  • 1 commit
  • 3 files changed
  • 1 contributor

Commits on Jan 7, 2023

  1. Remove jest test (#2079)

    Nice to have, but causing too much intereference for its benefit.
    dvdsgl authored Jan 7, 2023

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    marsam Mario Rodas
    Copy the full SHA
    f27d5e0 View commit details
Showing with 1,526 additions and 10,431 deletions.
  1. +1,524 −10,354 package-lock.json
  2. +2 −24 package.json
  3. +0 −53 src/__tests__/quicktype-core/language/TypeScriptFlow.test.ts
11,878 changes: 1,524 additions & 10,354 deletions package-lock.json

Large diffs are not rendered by default.

26 changes: 2 additions & 24 deletions package.json
Original file line number Diff line number Diff line change
@@ -9,7 +9,7 @@
"pub": "script/publish.sh",
"prepare": "npm run build",
"build": "script/build.ts",
"test": "jest && script/test",
"test": "script/test",
"start": "script/watch",
"pkg": "script/make-pkgs.sh",
"tslint": "tslint --project src/cli --exclude 'src/__tests__/**' --exclude 'src/quicktype-core/input/io/get-stream/**'",
@@ -45,7 +45,6 @@
"devDependencies": {
"@types/urijs": "^1.19.8",
"@types/is-url": "^1.2.28",
"@types/jest": "^23.1.6",
"@types/lodash": "^4.14.108",
"@types/node": "8.10.10",
"@types/shelljs": "^0.7.8",
@@ -54,11 +53,9 @@
"ajv": "^5.5.2",
"deep-equal": "^1.0.1",
"exit": "^0.1.2",
"jest": "^23.1.0",
"promise-timeout": "^1.3.0",
"semver": "^5.5.0",
"shelljs": "^0.8.5",
"ts-jest": "^23.1.3",
"ts-node": "^10.9.1",
"tslint": "^5.11.0",
"uglify-js": "^3.3.22",
@@ -74,24 +71,5 @@
"files": [
"dist/**"
],
"bin": "dist/cli/index.js",
"jest": {
"transform": {
"^.+\\.tsx?$": "ts-jest"
},
"globals": {
"ts-jest": {
"tsConfigFile": "src/cli/tsconfig.json"
}
},
"testRegex": "(/__tests__/.*)\\.test\\.(tsx?)$",
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"jsx",
"json",
"node"
]
}
"bin": "dist/cli/index.js"
}
53 changes: 0 additions & 53 deletions src/__tests__/quicktype-core/language/TypeScriptFlow.test.ts

This file was deleted.