Skip to content

Commit

Permalink
add test target for easy test run
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Tilsch committed Sep 29, 2023
1 parent 8563459 commit 7d48b00
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"lint": "next lint",
"test": "NODE_OPTIONS=--experimental-vm-modules jest -w",
"test:jsonSchema2Construct": "NODE_OPTIONS=--experimental-vm-modules jest --watch --runTestsByPath components/utils/sparql/jsonSchema2construct.test.ts ",
"test:lobidMapping": "NODE_OPTIONS=--experimental-vm-modules jest --watch --runTestsByPath components/config/lobidMappings.test.ts",
"linkml:json-schema": "docker run --rm -v ${PWD}/schema:/work -w /work -ti linkml/linkml:1.4 bash -c 'gen-json-schema ./exhibition-info.yaml > ./exhibition-info.schema.json'",
"linkml:ontology": "docker run --rm -v ${PWD}/schema:/work -w /work -ti linkml/linkml:1.4 bash -c 'gen-owl --no-metaclasses --no-type-objects --metadata-profile rdfs ./exhibition-info.yaml -o ./exhibition-info.owl.ttl'",
"linkml:interactive": "docker run --rm -v ${PWD}/schema:/work -w /work -ti linkml/linkml:1.4",
Expand All @@ -35,6 +36,7 @@
"@mui/icons-material": "^5.11.0",
"@mui/lab": "^5.0.0-alpha.115",
"@mui/material": "^5.11.4",
"@mui/material-next": "^6.0.0-alpha.103",
"@mui/styles": "^5.11.2",
"@mui/x-date-pickers": "^5.0.14",
"@next/font": "13.1.1",
Expand Down

0 comments on commit 7d48b00

Please sign in to comment.