dmn-js-drd
Advanced tools
Comparing version 1.2.0 to 1.2.1
{ | ||
"name": "dmn-js-drd", | ||
"description": "A decision requirements diagram view for dmn-js", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"scripts": { | ||
@@ -6,0 +6,0 @@ "test": "karma start", |
@@ -10,3 +10,6 @@ 'use strict'; | ||
import DefaultExport from '../../'; | ||
import DrdView from 'lib/Viewer'; | ||
describe('Viewer', function() { | ||
@@ -31,2 +34,7 @@ | ||
it('should expose Viewer as library default', function() { | ||
expect(DefaultExport).to.equal(DrdView); | ||
}); | ||
it('should import simple DRD', function(done) { | ||
@@ -33,0 +41,0 @@ createViewer(exampleXML, done); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
468862
126
9459