Skip to content

Commit b9ed405

Browse files
committed
updated tests
1 parent 228aa7e commit b9ed405

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vue-csv-import",
33
"description": "Vue.js component to handle CSV uploads with field mapping.",
4-
"version": "2.3.4",
4+
"version": "2.3.3",
55
"main": "dist/vue-csv-import.umd.js",
66
"scripts": {
77
"serve": "vue-cli-service serve",

tests/unit/vueCsvImport.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import {shallowMount} from '@vue/test-utils';
2-
import {VueCsvImport} from '../../src/index';
2+
import VueCsvImport from '../../src/components/VueCsvImport';
33

44
describe('VueCsvImport', () => {
55
let wrapper;

0 commit comments

Comments
 (0)