Procházet zdrojové kódy

Update test paths

tags/v0.1.3
bertieb před 3 roky
rodič
revize
2f032f5c37
2 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      package.json
  2. +0
    -0
      src/ts/test/test-dice.spec.ts

+ 1
- 1
package.json Zobrazit soubor

@@ -18,6 +18,6 @@
"ts-node": "^9.1.1"
},
"scripts": {
"test": "mocha -r ts-node/register ./**/*.spec.ts"
"test": "mocha -r ts-node/register ./src/ts/test/*.spec.ts"
}
}

test/test-dice.spec.ts → src/ts/test/test-dice.spec.ts Zobrazit soubor


Načítá se…
Zrušit
Uložit