Skip to content
This repository was archived by the owner on Feb 28, 2023. It is now read-only.

Commit 9483d4d

Browse files
committed
use the correct(?) path
1 parent 11f853e commit 9483d4d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cypress-markdown.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const { defineConfig } = require('cypress')
2-
const mdPreprocessor = require('../../src/markdown-preprocessor')
2+
const mdPreprocessor = require('./src/markdown-preprocessor')
33

44
module.exports = defineConfig({
55
e2e: {

cypress.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const { defineConfig } = require('cypress')
2-
const mdPreprocessor = require('../../src/markdown-preprocessor')
2+
const mdPreprocessor = require('./src/markdown-preprocessor')
33

44
module.exports = defineConfig({
55
e2e: {

0 commit comments

Comments
 (0)