Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 0 additions & 22 deletions examples/data-objects/inventory-app/jest-puppeteer.config.cjs

This file was deleted.

33 changes: 0 additions & 33 deletions examples/data-objects/inventory-app/jest.config.cjs

This file was deleted.

17 changes: 0 additions & 17 deletions examples/data-objects/inventory-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,17 +32,11 @@
"start:spo": "webpack serve --config webpack.config.cjs --env mode=spo",
"start:spo-df": "webpack serve --config webpack.config.cjs --env mode=spo-df",
"start:tinylicious": "webpack serve --config webpack.config.cjs --env mode=tinylicious",
"test": "npm run test:jest",
"test:jest": "jest --ci",
"test:jest:verbose": "cross-env FLUID_TEST_VERBOSE=1 jest --ci",
"webpack": "webpack --env production",
"webpack:dev": "webpack --env development"
},
"dependencies": {
"@fluid-example/example-utils": "workspace:~",
"@fluidframework/aqueduct": "workspace:~",
"@fluidframework/core-interfaces": "workspace:~",
"@fluidframework/datastore-definitions": "workspace:~",
"@fluidframework/react": "workspace:~",
"@fluidframework/tree": "workspace:~",
"fluid-framework": "workspace:~",
Expand All @@ -54,24 +48,13 @@
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools": "^0.62.0",
"@fluidframework/eslint-config-fluid": "workspace:~",
"@fluidframework/test-tools": "^1.0.195075",
"@types/jest": "29.5.3",
"@types/jest-environment-puppeteer": "workspace:~",
"@types/react": "^18.3.11",
"cross-env": "^10.1.0",
"eslint": "~9.39.1",
"eslint-plugin-react": "~7.37.5",
"eslint-plugin-react-hooks": "~7.0.1",
"expect-puppeteer": "^9.0.2",
"jest": "^29.6.2",
"jest-environment-puppeteer": "^10.1.3",
"jest-junit": "^16.0.0",
"jest-puppeteer": "^10.1.3",
"jiti": "^2.6.1",
"puppeteer": "^23.6.0",
"rimraf": "^6.1.2",
"source-map-loader": "^5.0.0",
"ts-jest": "^29.1.1",
"ts-loader": "^9.5.1",
"typescript": "~5.4.5",
"webpack": "^5.94.0",
Expand Down
24 changes: 0 additions & 24 deletions examples/data-objects/inventory-app/tests/main.test.ts

This file was deleted.

10 changes: 1 addition & 9 deletions examples/data-objects/inventory-app/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,7 @@
"extends": "../../../common/build/build-common/tsconfig.node16.json",
"compilerOptions": {
"outDir": "./lib",
"types": [
"react",
// TODO: its a bit concerning to have all these test specific things in here where they impact non test code
// and also for them to not actually work at making functioning intellisense in the tests.
"jest",
"puppeteer",
"jest-environment-puppeteer",
"expect-puppeteer",
],
"types": ["react"],
"exactOptionalPropertyTypes": false,
},
"include": ["src/**/*"],
Expand Down
42 changes: 0 additions & 42 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading