Skip to content

Commit

Permalink
chore: remove lodash3 test (#2372)
Browse files Browse the repository at this point in the history
  • Loading branch information
kumilingus authored Oct 23, 2023
1 parent 739c7c1 commit ad99755
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 53 deletions.
6 changes: 3 additions & 3 deletions grunt/config/karma.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const dependecies = require('../resources/dependencies');
const dependencies = require('../resources/dependencies');
const modules = require('../resources/esm');

module.exports = function(grunt) {
Expand Down Expand Up @@ -49,7 +49,7 @@ module.exports = function(grunt) {
ChromeHeadless_custom: {
base: 'ChromeHeadless',
flags: [
'--no-sandbox',
'--no-sandbox',
'--headless',
'--disable-gpu',
'--disable-dev-shm-usage'
Expand Down Expand Up @@ -89,7 +89,7 @@ module.exports = function(grunt) {
joint: {
options: {
files: [
dependecies,
dependencies,
modules.geometry.umd,
modules.vectorizer.umd,
modules.joint.noDependencies,
Expand Down
1 change: 0 additions & 1 deletion grunt/config/qunit.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ module.exports = {
joint: [
'test/jointjs/requirejs.html',
'test/jointjs/browserify.html',
'test/jointjs/lodash3/index.html'
],
geometry: [
'test/geometry/requirejs.html',
Expand Down
49 changes: 0 additions & 49 deletions test/jointjs/lodash3/index.html

This file was deleted.

0 comments on commit ad99755

Please sign in to comment.