Skip to content

Commit 4f2818e

Browse files
committed
fix tests
1 parent a13c435 commit 4f2818e

44 files changed

Lines changed: 244 additions & 20 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343

4444
- name: Verify TypeScript declarations
4545
run: |
46-
for f in dist/semiotic.d.ts dist/semiotic-xy.d.ts dist/semiotic-ordinal.d.ts dist/semiotic-network.d.ts dist/semiotic-geo.d.ts dist/semiotic-realtime.d.ts; do
46+
for f in dist/semiotic.d.ts dist/semiotic-xy.d.ts dist/semiotic-ordinal.d.ts dist/semiotic-network.d.ts dist/semiotic-geo.d.ts dist/semiotic-realtime.d.ts dist/semiotic-ai.d.ts dist/semiotic-data.d.ts dist/semiotic-server.d.ts dist/semiotic-themes.d.ts; do
4747
if [ ! -f "$f" ]; then
4848
echo "MISSING: $f"
4949
exit 1

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939

4040
- name: Verify TypeScript declarations
4141
run: |
42-
for f in dist/semiotic.d.ts dist/semiotic-xy.d.ts dist/semiotic-ordinal.d.ts dist/semiotic-network.d.ts dist/semiotic-geo.d.ts dist/semiotic-realtime.d.ts; do
42+
for f in dist/semiotic.d.ts dist/semiotic-xy.d.ts dist/semiotic-ordinal.d.ts dist/semiotic-network.d.ts dist/semiotic-geo.d.ts dist/semiotic-realtime.d.ts dist/semiotic-ai.d.ts dist/semiotic-data.d.ts dist/semiotic-server.d.ts dist/semiotic-themes.d.ts; do
4343
if [ ! -f "$f" ]; then
4444
echo "MISSING: $f — aborting release"
4545
exit 1

integration-tests/network-frame.spec.ts-snapshots/network-chord-chromium-darwin.png renamed to integration-tests/network-frame.spec.ts-snapshots/network-chord-chromium.png

File renamed without changes.

integration-tests/network-frame.spec.ts-snapshots/network-chord-svg-chromium-darwin.png renamed to integration-tests/network-frame.spec.ts-snapshots/network-chord-svg-chromium.png

File renamed without changes.

integration-tests/network-frame.spec.ts-snapshots/network-circlepack-chromium-darwin.png renamed to integration-tests/network-frame.spec.ts-snapshots/network-circlepack-chromium.png

File renamed without changes.

integration-tests/network-frame.spec.ts-snapshots/network-force-chromium-darwin.png renamed to integration-tests/network-frame.spec.ts-snapshots/network-force-chromium.png

File renamed without changes.

integration-tests/network-frame.spec.ts-snapshots/network-force-hover-state-chromium-darwin.png renamed to integration-tests/network-frame.spec.ts-snapshots/network-force-hover-state-chromium.png

File renamed without changes.

integration-tests/network-frame.spec.ts-snapshots/network-partition-svg-chromium-darwin.png renamed to integration-tests/network-frame.spec.ts-snapshots/network-partition-svg-chromium.png

File renamed without changes.

integration-tests/network-frame.spec.ts-snapshots/network-sankey-chromium-darwin.png renamed to integration-tests/network-frame.spec.ts-snapshots/network-sankey-chromium.png

File renamed without changes.

integration-tests/network-frame.spec.ts-snapshots/network-sankey-svg-chromium-darwin.png renamed to integration-tests/network-frame.spec.ts-snapshots/network-sankey-svg-chromium.png

File renamed without changes.

0 commit comments

Comments
 (0)