jest/e2e/test-results-processor/__tests__/processor.test.js

10 lines
255 B
JavaScript

/**
* Copyright (c) Meta Platforms, Inc. and affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
'use strict';
test('should match 1', () => expect(1).toBe(1));