Skip to content

Commit

Permalink
update cypress config: still need to take a look at tests
Browse files Browse the repository at this point in the history
  • Loading branch information
huang0h committed Feb 11, 2025
1 parent ca0f2e5 commit a75bbc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/plugins/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
const dotenv = require('dotenv');
const path = require('path');

const awsConfig = require(path.join(__dirname, '../../src/aws-exports.ts'));
const awsConfig = require(path.join(__dirname, '../../src/aws-exports.js'));

dotenv.config();

Expand Down

0 comments on commit a75bbc7

Please sign in to comment.