Commit 43805997 authored by Paul Slaughter's avatar Paul Slaughter

Change import from helpers/jquery to jquery

**Why?**
- Importing the helper module adds a layer of indirection
- It's more consistent and expected to see us just import
  the regular ol' jquery
parent d7a1f22c
import $ from 'helpers/jquery'; import $ from 'jquery';
import AxiosMockAdapter from 'axios-mock-adapter'; import AxiosMockAdapter from 'axios-mock-adapter';
import Vue from 'vue'; import Vue from 'vue';
import { mount } from '@vue/test-utils'; import { mount } from '@vue/test-utils';
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment