Skip to content

Commit 29ca5bb

Browse files
Test against built files.
1 parent 281f8d2 commit 29ca5bb

File tree

5 files changed

+38
-14
lines changed

5 files changed

+38
-14
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## [Unreleased]
4+
5+
### Changed
6+
- Test against built files
7+
38
## [1.1.0] - 2020-02-19
49

510
### Added

examples/package-lock.json

Lines changed: 30 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/jscgrid.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { mount } from '@vue/test-utils';
2-
import { JSCGrid } from '../src/main.js';
2+
import { JSCGrid } from '../dist/jscharting-vue.common';
33

44
describe('JSCGrid unit tests', () => {
55
const wrapper = mount(JSCGrid, {

tests/jscharting.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { mount } from '@vue/test-utils';
2-
import { JSCharting } from '../src/main.js';
2+
import { JSCharting } from '../dist/jscharting-vue.common';
33

44
const propsData = {
55
options: {

tests/jsclabel.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { mount } from '@vue/test-utils';
2-
import { JSCLabel } from '../src/main.js';
2+
import { JSCLabel } from '../dist/jscharting-vue.common';
33

44
describe('JSCLabel unit tests', () => {
55
const wrapper = mount(JSCLabel, {

0 commit comments

Comments
 (0)