Skip to content
Closed
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
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ updates:
prefix: "chore"
include: "scope"
# @types/node major versions track the Node.js runtime (see shared CI default).
# Bump TemplateSingleSim and repos together when CI node-version changes.
# Bump SceneryStackTemplate and repos together when CI node-version changes.
ignore:
- dependency-name: "@types/node"
update-types: ["version-update:semver-major"]
Expand Down
2 changes: 1 addition & 1 deletion doc/multi-screen.md
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ To pull template improvements back into an existing fork:

```sh
# One-time: add the template as a remote
git remote add template https://github.com/OpenPhysics/TemplateSingleSim.git
git remote add template https://github.com/OpenPhysics/SceneryStackTemplate.git

# Pull template changes into a branch for review
git fetch template
Expand Down
2 changes: 1 addition & 1 deletion tests/memory-leak.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Fleet-standard memory-leak regression suite (TemplateSingleSim / QubitSketch pattern).
* Fleet-standard memory-leak regression suite (SceneryStackTemplate / QubitSketch pattern).
*/

import { describe, expect, it } from "vitest";
Expand Down