Skip to content

Commit

Permalink
test path
Browse files Browse the repository at this point in the history
  • Loading branch information
ijjk committed Oct 28, 2023
1 parent 51c1da2 commit 5a3f9ca
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions packages/next/test/integration/integration-1.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -452,15 +452,7 @@ it('Should throw when package.json or next.config.js is not the "src"', async ()
});

it('Should build the serverless-config-async example', async () => {
let error = null;

try {
await runBuildLambda(path.join(__dirname, '..', 'serverless-config-async'));
} catch (err) {
error = err;
}

expect(error).toBe(null);
await runBuildLambda(path.join(__dirname, 'serverless-config-async'));
});

describe('Middleware simple project', () => {
Expand Down

0 comments on commit 5a3f9ca

Please sign in to comment.