chore: remove unused files

ts
Jason Staten 5 years ago
parent d7c50a87d1
commit c88c9d1d76

@ -1,4 +0,0 @@
console.warn(
'The module `@testing-library/react/cleanup-after-each` has been deprecated and no longer does anything (it is not needed). You no longer need to import this module and can safely remove any import or configuration which imports this module',
)
/* eslint no-console:0 */

@ -1 +1 @@
process.env.RTL_SKIP_AUTO_CLEANUP = true
process.env.ATL_SKIP_AUTO_CLEANUP = true

@ -1,2 +1,2 @@
// makes it so people can import from '@testing-library/react/pure'
// makes it so people can import from 'angular-testing-library/pure'
module.exports = require('./dist/pure')

@ -1,8 +0,0 @@
module.exports = {
get: jest.fn(() => Promise.resolve({data: {}})),
}
// Note:
// For now we don't need any other method (POST/PUT/PATCH), what we have already works fine.
// We will add more methods only if we need to.
// For reference please read: https://github.com/testing-library/react-testing-library/issues/2
Loading…
Cancel
Save