Skip to content

Commit

Permalink
fix(nms): nms yarn test filed
Browse files Browse the repository at this point in the history
Signed-off-by: prabina pattnaik <prabinak@wavelabs.ai>
  • Loading branch information
prabinakpattnaik authored and panyogesh committed Mar 18, 2024
1 parent 44cd7ca commit ebe2b50
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nms/app/views/traffic/__tests__/TrafficOverviewTest.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,7 @@ describe('<TrafficDashboard APNs/>', () => {
const networkId = 'test';

beforeEach((): void => {
// @ts-ignore
delete window.location;
window.location = {
pathname: '/nms/test/traffic/apn',
Expand Down

0 comments on commit ebe2b50

Please sign in to comment.