Software zum Installieren eines Smart-Mirror Frameworks , zum Nutzen von hochschulrelevanten Informationen, auf einem Raspberry-Pi.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12345678910111213141516171819202122232425
  1. 'use strict';
  2. function _expect() {
  3. const data = _interopRequireDefault(require('expect'));
  4. _expect = function () {
  5. return data;
  6. };
  7. return data;
  8. }
  9. function _interopRequireDefault(obj) {
  10. return obj && obj.__esModule ? obj : {default: obj};
  11. }
  12. /**
  13. * Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.
  14. *
  15. * This source code is licensed under the MIT license found in the
  16. * LICENSE file in the root directory of this source tree.
  17. */
  18. throw new Error(
  19. 'Do not import `@jest/globals` outside of the Jest test environment'
  20. );