選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 

9 行
296 B

  1. import { describe, expect, test } from '@jest/globals';
  2. import SwaggerUI from '../../dist/swagger-ui-es-bundle-core';
  3. describe('webpack browser es-bundle-core build', () => {
  4. test('should export a function for es-bundle-core', () => {
  5. expect(SwaggerUI).toBeInstanceOf(Function);
  6. });
  7. });