MCPcopy
hub / github.com/ampproject/amphtml / afterEach

Function afterEach

test/unit/test-form-data-wrapper.js:28–31  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

26 },
27
28 afterEach() {
29 FormData.prototype.entries = nativeEntries;
30 FormData.prototype.delete = nativeDelete;
31 },
32 },
33 ];
34

Calls

no outgoing calls

Tested by

no test coverage detected