Skip to content

Commit

Permalink
fix: remove exports
Browse files Browse the repository at this point in the history
  • Loading branch information
wrn14897 committed Feb 15, 2023
1 parent 143a6fe commit 101137a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/sweet-lies-burn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@deploysentinel/cypress-quarantine': patch
---

fix: remove exports
2 changes: 1 addition & 1 deletion src/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import styles from 'ansi-styles';
import { version as PKG_VERSION } from '../package.json';

// TODO: custom headers support ??
export const buildAxiosInstance = (config: AxiosRequestConfig) => {
const buildAxiosInstance = (config: AxiosRequestConfig) => {
// patch headers
config.headers = {
...config.headers,
Expand Down
2 changes: 1 addition & 1 deletion src/support.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const getTestTitles = (
const getTestTitles = (
cypressTest: Mocha.Test | Mocha.Suite | undefined,
titles: string[],
currentDepth = 0,
Expand Down

0 comments on commit 101137a

Please sign in to comment.