Skip to content

Commit 8a57e01

Browse files
committed
test(hub-common): unskip index.test.ts to see if it passes after clyclic deps removed
affects: @esri/hub-common ISSUES CLOSED: 12495
1 parent dbccabc commit 8a57e01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/common/test/index.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ import * as hubCommon from "../src";
3737
* and again if/when we change our export strategy/order...
3838
*/
3939

40-
xdescribe("index", () => {
40+
describe("index", () => {
4141
const expectedMembers = [
4242
"OperationStack",
4343
"OperationError",

0 commit comments

Comments
 (0)