Skip to content

Commit

Permalink
update sb3 -> leopard snapshot test
Browse files Browse the repository at this point in the history
  • Loading branch information
towerofnix committed Jul 24, 2023
1 parent 236f739 commit 1a2d7de
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/__tests__/__snapshots__/compilesb3.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,10 @@ export default class Stage extends StageBase {
</body>
</html>
",
"index.js": "import { Project } from \\"https://unpkg.com/leopard@^1/dist/index.esm.js\\";
"index.js": "import {
Project,
Sprite
} from \\"https://unpkg.com/leopard@^1/dist/index.esm.js\\";
import Stage from \\"./Stage/Stage.js\\";
import Abby from \\"./Abby/Abby.js\\";
Expand All @@ -303,6 +306,7 @@ const sprites = {
x: -36,
y: -23,
direction: 90,
rotationStyle: Sprite.RotationStyle.ALL_AROUND,
costumeNumber: 1,
size: 100,
visible: true,
Expand Down

0 comments on commit 1a2d7de

Please sign in to comment.