diff options
author | Louis Chemineau <louis@chmn.me> | 2023-04-04 11:55:14 +0200 |
---|---|---|
committer | Louis Chemineau <louis@chmn.me> | 2023-04-04 11:57:16 +0200 |
commit | aeebf13d5d3e04d22481a2559fe879bf8afab8be (patch) | |
tree | a0312cccb083acb723726d34d80ce7ac7a87a427 /build | |
parent | 7fdb23928f793c8eda6b175a602750c718711cfd (diff) | |
download | nextcloud-server-aeebf13d5d3e04d22481a2559fe879bf8afab8be.tar.gz nextcloud-server-aeebf13d5d3e04d22481a2559fe879bf8afab8be.zip |
Remove autotest-js.sh
It is just a proxy to npm run test:jsunit.
Signed-off-by: Louis Chemineau <louis@chmn.me>
Diffstat (limited to 'build')
-rw-r--r-- | build/files-checker.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/build/files-checker.php b/build/files-checker.php index 30927718811..f4531510c0a 100644 --- a/build/files-checker.php +++ b/build/files-checker.php @@ -57,7 +57,6 @@ $expectedFiles = [ 'apps', 'autotest-checkers.sh', 'autotest-external.sh', - 'autotest-js.sh', 'autotest.sh', 'babel.config.js', 'build', |