9 changed files with 24484 additions and 12711 deletions
@ -0,0 +1,3 @@ |
|||||
|
[submodule "src/qmmap"] |
||||
|
path = src/qmmap |
||||
|
url = https://git.1000my.com/common/base_mobile_map_sdk.git |
||||
File diff suppressed because it is too large
@ -1,8 +0,0 @@ |
|||||
import { render, screen } from '@testing-library/react'; |
|
||||
import App from './App'; |
|
||||
|
|
||||
test('renders learn react link', () => { |
|
||||
render(<App />); |
|
||||
const linkElement = screen.getByText(/learn react/i); |
|
||||
expect(linkElement).toBeInTheDocument(); |
|
||||
}); |
|
||||
@ -1,5 +0,0 @@ |
|||||
// jest-dom adds custom jest matchers for asserting on DOM nodes.
|
|
||||
// allows you to do things like:
|
|
||||
// expect(element).toHaveTextContent(/react/i)
|
|
||||
// learn more: https://github.com/testing-library/jest-dom
|
|
||||
import '@testing-library/jest-dom'; |
|
||||
File diff suppressed because it is too large
Loading…
Reference in new issue