Skip to content

Commit 64123b0

Browse files
Move storyshot port
1 parent e1ce6f3 commit 64123b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/story-based-tests.snapshot-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import path from 'path';
1616
// be run first.
1717
const rootPath = path.resolve(__dirname, '../');
1818
const app = express();
19-
const port = process.env.PORT || 9001;
19+
const port = process.env.PORT || 8002;
2020

2121
// Register static asset folders
2222
app.use(

0 commit comments

Comments
 (0)