Skip to content
Snippets Groups Projects

Cypress tests

5 files
+ 5
5
Compare changes
  • Side-by-side
  • Inline
Files
5
import {navigation} from '../../../../../nshmp-lib/src/lib/utils/navigation.utils';
import * as utils from '../../../utils';
const url = '/ws/nshmp/data/gmm/distance';
const url = 'https://earthquake.usgs.gov/ws/nshmp/data/gmm/distance';
describe('Ground Motion vs. Distance Application', () => {
beforeEach(() => {
Loading