Skip to content

Commit db98f8c

Browse files
committed
fixup! Bump cypress from 9.7.0 to 12.3.0
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
1 parent 14fbac7 commit db98f8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cypress.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import { defineConfig } from 'cypress'
22
import { DefinePlugin } from 'webpack'
33
import getCompareSnapshotsPlugin from 'cypress-visual-regression/dist/plugin'
44
import path from 'path'
5-
import webpackConfig from '@nextcloud/webpack-vue-config'
65
import webpackRules from '@nextcloud/webpack-vue-config/rules'
76

87
import { loadTranslations } from './resources/translations'
@@ -49,6 +48,7 @@ export default defineConfig({
4948
framework: 'vue',
5049
bundler: 'webpack',
5150
webpackConfig: async () => {
51+
console.log(process.env)
5252
process.env.npm_package_name = 'NcCypress'
5353
process.env.npm_package_version = '1.0.0'
5454
process.env.NODE_ENV = 'development'

0 commit comments

Comments
 (0)