diff options
author | Ferdinand Thiessen <opensource@fthiessen.de> | 2023-07-23 22:12:41 +0200 |
---|---|---|
committer | Ferdinand Thiessen <opensource@fthiessen.de> | 2023-08-02 15:19:32 +0200 |
commit | ee18e43d9731bf701744147992872aa98176621c (patch) | |
tree | 20ab3467834f51ed3faf5bfd0d30a5c001ef53a7 /cypress | |
parent | 4c306a3a5557f570e39b65426d5bb7cd6acd69cc (diff) | |
download | nextcloud-server-ee18e43d9731bf701744147992872aa98176621c.tar.gz nextcloud-server-ee18e43d9731bf701744147992872aa98176621c.zip |
fix(cypress): Make sure cypress can preprocess files corrently (this drops 78 dependencies)
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Diffstat (limited to 'cypress')
-rw-r--r-- | cypress/support/e2e.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cypress/support/e2e.ts b/cypress/support/e2e.ts index 4c1ddcc344a..9fbd8784ede 100644 --- a/cypress/support/e2e.ts +++ b/cypress/support/e2e.ts @@ -19,4 +19,4 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. * */ -import './commands' +import './commands.ts' |