diff --git a/pkg/src/__tests__/index.ts b/pkg/src/__tests__/index.ts new file mode 100644 index 000000000..f055e4541 --- /dev/null +++ b/pkg/src/__tests__/index.ts @@ -0,0 +1,12 @@ +/** + * Copyright (c) Facebook, Inc. and its affiliates. + * + * This source code is licensed under the MIT license found in the + * LICENSE file in the root directory of this source tree. + * + * @format + */ + +test('tests are working', () => { + expect(true).toBeTruthy(); +});