cypress: fix eslint error, buildir != srcdir

11:26  error  'process' is not defined  no-undef

Change-Id: I637bda97d3ba360a095c04a1987c9c64eef1349c
Signed-off-by: Henry Castro <hcastro@collabora.com>
pull/6868/head
Henry Castro 2023-06-22 14:41:37 -04:00
parent ff34b16947
commit a2920949d0
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
/* global process */
import { defineConfig } from 'cypress';
import plugin from './plugins/index.js';
import 'process';