Skip to content

Commit bf23208

Browse files
committed
delete all tests
1 parent 5a7135a commit bf23208

File tree

3 files changed

+1
-6
lines changed

3 files changed

+1
-6
lines changed

.gitmodules

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +0,0 @@
1-
[submodule "tests/manual-tests/recoilTest"]
2-
path = tests/manual-tests/recoilTest
3-
url = https://github.com/kevinfey/recoilTest.git

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,3 @@ install:
1010
- npm install
1111
script:
1212
- npm run test
13-
14-

src/backend/linkFiber.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@ export default (snap: Snapshot, mode: Mode): (() => void) => {
156156
if (window[`$recoilDebugStates`]) {
157157
isRecoil = true;
158158
}
159+
159160
const atomArray = [];
160161
// fiberRoot.current.child.child.memoizedProps.value.current
161162
// .getState()
@@ -359,7 +360,6 @@ export default (snap: Snapshot, mode: Mode): (() => void) => {
359360
};
360361
})(devTools.onCommitFiberRoot);
361362
}
362-
363363
throttledUpdateSnapshot();
364364
};
365365
};

0 commit comments

Comments
 (0)