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 33f135a commit 0d49d3eCopy full SHA for 0d49d3e
test/index.js
@@ -816,7 +816,7 @@ describe('function helpers', () => {
816
})
817
818
describe('custom headers', () => {
819
- it('sets custom headers in the Netlify configuration', async () => {
+ it('sets custom headers in the Netlify configuration', () => {
820
netlifyConfig.headers = []
821
const headers = [
822
// single header for a route
@@ -852,7 +852,7 @@ describe('custom headers', () => {
852
expect(netlifyConfig.headers).toMatchSnapshot()
853
854
855
- it('appends custom headers in the Netlify configuration', async () => {
+ it('appends custom headers in the Netlify configuration', () => {
856
netlifyConfig.headers = [
857
{
858
for: '/',
0 commit comments