Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Make sure svelte-check checks component specs
Rūdolfs Ošiņš committed 3 years ago
commit f215f9f4fd54587fa0e5ba21f1289314e6e2a954
parent 698f222d61f84b2bda862f4201f5564e1fa107b5
2 files changed +3 -8
modified scripts/check
@@ -1,4 +1,5 @@
#!/bin/sh
set -e

-
npx tsc --noEmit && npx svelte-check
+
npx tsc --noEmit
+
npx svelte-check --tsconfig tsconfig.json
modified src/base/projects/BranchSelector.spec.ts
@@ -40,14 +40,8 @@ describe("Logic", () => {
      props: {
        ...defaultProps,
        project: {
+
          ...project,
          head: null,
-
          urn: "rad:git:hnrkqdpm9ub19oc8dccx44echy76hzfsezyio",
-
          name: "nakamoto",
-
          description:
-
            "Privacy-preserving Bitcoin light-client implementation in Rust",
-
          defaultBranch: "master",
-
          maintainers: ["rad:git:hnrkqdpm9ub19oc8dccx44echy76hzfsezyio"],
-
          delegates: ["hyn9diwfnytahjq8u3iw63h9jte1ydcatxax3saymwdxqu1zo645pe"],
        },
      },
    });