Skip to content

Commit ad866fc

Browse files
committed
obj
1 parent 6554d94 commit ad866fc

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ jobs:
4747
matrix:
4848
package:
4949
- casing
50-
- cli
5150
- fetch-api-client
5251
- find-pkg
5352
- http-errors

packages/nested-obj/__tests__/options.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import objectPath from '../src';
22

33
describe('Object Path Operations', () => {
4-
let obj;
4+
let obj: any;
55

66
beforeEach(() => {
77
obj = {

0 commit comments

Comments
 (0)