Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
chore: removing unused package
- Loading branch information
Showing
with
0 additions
and
1 deletion.
-
+0
−1
__tests__/unstated.js
|
@@ -2,7 +2,6 @@ |
|
|
import React from 'react'; |
|
|
import renderer from 'react-test-renderer'; |
|
|
import { Provider, Subscribe, Container } from '../src/unstated'; |
|
|
import { createImportSpecifier } from 'typescript'; |
|
|
|
|
|
function render(element) { |
|
|
return renderer.create(element).toJSON(); |
|
|