Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Fix CI
Sebastian Martinez committed 4 years ago
commit e55be482b14adfbe09cf73ded6afad4fd2af453b
parent 2fc2639b49c0d86f5814325cfa3e8856955d1f1d
3 files changed +14 -16
modified scripts/test
@@ -1,5 +1,3 @@
#!/bin/sh
-
# For now we only check the Svelte files.

-
npm test
-
npx nyc report
+
npm test && npx nyc report
modified src/SeedAddress.spec.ts
@@ -6,8 +6,10 @@ describe('SeedAddress', function () {
  it("Renders correctly", () => {
    mount(SeedAddress, {
      props: {
-
        id: "hydkkkf5ksbe5fuszdhpqhytu3q36gwagj874wxwpo5a8ti8coygh1",
-
        host: "seed.cloudhead.io",
+
        seed: {
+
          id: "hydkkkf5ksbe5fuszdhpqhytu3q36gwagj874wxwpo5a8ti8coygh1",
+
          host: "seed.cloudhead.io",
+
        },
        port: 8776
      }
    }, styles);
modified src/base/projects/BranchSelector.spec.ts
@@ -5,17 +5,15 @@ import { styles } from "@test/support/index";
const defaultProps = {
  project: {
    head: "e678629cd37c770c640a2cd997fc76303c815772",
-
    meta: {
-
      name: "nakamoto",
-
      description: "Privacy-preserving Bitcoin light-client implementation in Rust",
-
      defaultBranch: "master",
-
      maintainers: [
-
        "rad:git:hnrkqdpm9ub19oc8dccx44echy76hzfsezyio"
-
      ],
-
      delegates: [
-
        "hyn9diwfnytahjq8u3iw63h9jte1ydcatxax3saymwdxqu1zo645pe"
-
      ]
-
    }
+
    name: "nakamoto",
+
    description: "Privacy-preserving Bitcoin light-client implementation in Rust",
+
    defaultBranch: "master",
+
    maintainers: [
+
      "rad:git:hnrkqdpm9ub19oc8dccx44echy76hzfsezyio"
+
    ],
+
    delegates: [
+
      "hyn9diwfnytahjq8u3iw63h9jte1ydcatxax3saymwdxqu1zo645pe"
+
    ]
  },
  branches: [
    ["master", "e678629cd37c770c640a2cd997fc76303c815772"]