Skip to content

Commit

Permalink
Removed scheduler/tracing API and updated tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Vaughn committed Apr 26, 2021
1 parent 84b9162 commit 6f3ea70
Show file tree
Hide file tree
Showing 91 changed files with 2,412 additions and 10,879 deletions.
2 changes: 1 addition & 1 deletion .codesandbox/ci.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"packages": ["packages/react", "packages/react-dom", "packages/scheduler"],
"buildCommand": "build --type=NODE react/index,react-dom/index,react-dom/server,react-dom/test-utils,scheduler/index,scheduler/unstable_no_dom,scheduler/tracing,react/jsx-runtime,react/jsx-dev-runtime",
"buildCommand": "build --type=NODE react/index,react-dom/index,react-dom/server,react-dom/test-utils,scheduler/index,scheduler/unstable_no_dom,react/jsx-runtime,react/jsx-dev-runtime",
"publishDirectory": {
"react": "build/node_modules/react",
"react-dom": "build/node_modules/react-dom",
Expand Down
83 changes: 0 additions & 83 deletions fixtures/tracing/index.html

This file was deleted.

206 changes: 0 additions & 206 deletions fixtures/tracing/script.js

This file was deleted.

21 changes: 0 additions & 21 deletions fixtures/tracing/test.html

This file was deleted.

Loading

0 comments on commit 6f3ea70

Please sign in to comment.