Skip to content

Commit

Permalink
Remove pretest jbimg
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdcolin committed Nov 17, 2022
1 parent bfb68e1 commit 1701e41
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 8 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
"format": "prettier --write .",
"check-format": "prettier --check .",
"typecheck": "tsc --noEmit",
"pretest-jbimg": "cd products/jbrowse-react-linear-genome-view;yarn build;cd ../../",
"test-jbimg": "jest --env node --testMatch '**/*testmod.js'",
"test-ci": "cross-env NODE_OPTIONS='--max-old-space-size=7000' jest --ci --coverage && npm run test-jbimg",
"built-test-ci": "jest --ci integration.test.js",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,8 @@ export interface Layout {
name: string
}

// stabilize clipid under test for snapshot
function getId(id: string, index: number) {
const isJest = typeof jest === 'undefined'
return `clip-${isJest ? id : 'jest'}-${index}`
return `clip-${id}-${index}`
}

type LayoutRecord = [number, number, number, number]
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion products/jbrowse-img/test/svg_configtracks_local.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1701e41

Please sign in to comment.