We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 350d70e commit 01df656Copy full SHA for 01df656
test/index.js
@@ -795,7 +795,7 @@ describe('function helpers', () => {
795
})
796
797
describe('custom headers', () => {
798
- it('sets custom headers in the Netlify configuration', async () => {
+ it('sets custom headers in the Netlify configuration', () => {
799
netlifyConfig.headers = []
800
const headers = [
801
// single header for a route
@@ -831,7 +831,7 @@ describe('custom headers', () => {
831
expect(netlifyConfig.headers).toMatchSnapshot()
832
833
834
- it('appends custom headers in the Netlify configuration', async () => {
+ it('appends custom headers in the Netlify configuration', () => {
835
netlifyConfig.headers = [
836
{
837
for: '/',
0 commit comments