]> source.dussan.org Git - nextcloud-server.git/commitdiff
Remove autotest-js.sh 37573/head
authorLouis Chemineau <louis@chmn.me>
Tue, 4 Apr 2023 09:55:14 +0000 (11:55 +0200)
committerLouis Chemineau <louis@chmn.me>
Tue, 4 Apr 2023 09:57:16 +0000 (11:57 +0200)
It is just a proxy to npm run test:jsunit.

Signed-off-by: Louis Chemineau <louis@chmn.me>
.github/workflows/node-tests.yml
autotest-js.sh [deleted file]
build/files-checker.php

index 8dcf819e351af672472906fe7feb4662cdd8564e..01afa262f19ea63e846fb1613c25b236dd2a58a5 100644 (file)
@@ -70,7 +70,7 @@ jobs:
         run: npm ci
 
       - name: Test
-        run: ./autotest-js.sh
+        run: npm run test:jsunit
 
   handlebars:
     runs-on: ubuntu-latest
diff --git a/autotest-js.sh b/autotest-js.sh
deleted file mode 100755 (executable)
index 7205cf4..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/usr/bin/env bash
-#
-# ownCloud
-#
-# Run JS tests
-#
-# @author Vincent Petry
-# @copyright 2014 Vincent Petry <pvince81@owncloud.com>
-#
-
-set -euo pipefail
-
-npm run test:jsunit
\ No newline at end of file
index 309277188114008a46818a03c2b8583cdf8f405c..f4531510c0a4dc7d7f92eddf78e029ade691165c 100644 (file)
@@ -57,7 +57,6 @@ $expectedFiles = [
        'apps',
        'autotest-checkers.sh',
        'autotest-external.sh',
-       'autotest-js.sh',
        'autotest.sh',
        'babel.config.js',
        'build',