Skip to content

Commit

Permalink
revert: "test(debug): do not move radicle directory to verify tests f…
Browse files Browse the repository at this point in the history
…ail"

This reverts commit 17740ce.

Signed-off-by: Zacharias Fragkiadakis <zacfragkiadakis@gmail.com>
  • Loading branch information
QZera committed Jan 7, 2025
1 parent 17740ce commit dfad5ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/e2e/wdio.conf.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import path from 'node:path'
import { $ } from 'zx'
import type { Options } from '@wdio/types'
import { e2eTestDirPath, rootDirPath } from './constants/config'
import { e2eTestDirPath, nodeHomePath, rootDirPath } from './constants/config'

// eslint-disable-next-line @typescript-eslint/no-unsafe-assignment, @typescript-eslint/no-var-requires, @typescript-eslint/no-require-imports
const packageJson = require('../../package.json')
Expand Down Expand Up @@ -55,6 +55,6 @@ export const config: Options.Testrunner = {
},
onPrepare: async () => {
await $`mkdir -p ${path.join(rootDirPath, 'node_modules/.cache/wdio')}`
// await $`mv ${nodeHomePath} ${`${nodeHomePath}.temp`}`
await $`mv ${nodeHomePath} ${`${nodeHomePath}.temp`}`
},
}

0 comments on commit dfad5ef

Please sign in to comment.