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

Commit 900347c

Browse files
committed
update comment to be accurate
1 parent ce3bbc9 commit 900347c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@ const preprocessor = (options = {}) => {
8787
return bundles[filePath]
8888
}
8989

90-
// util.getOutputPath returns a path alongside Cypress's other app data
91-
// files so we don't have to worry about where to put the bundled
90+
// we're provided a default output path that lives alongside Cypress's
91+
// app data files so we don't have to worry about where to put the bundled
9292
// file on disk
9393
const outputPath = config.outputPath
9494

0 commit comments

Comments
 (0)