We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6554d94 commit ad866fcCopy full SHA for ad866fc
2 files changed
.github/workflows/ci.yml
@@ -47,7 +47,6 @@ jobs:
47
matrix:
48
package:
49
- casing
50
- - cli
51
- fetch-api-client
52
- find-pkg
53
- http-errors
packages/nested-obj/__tests__/options.test.ts
@@ -1,7 +1,7 @@
1
import objectPath from '../src';
2
3
describe('Object Path Operations', () => {
4
- let obj;
+ let obj: any;
5
6
beforeEach(() => {
7
obj = {
0 commit comments