Skip to content

Commit

Permalink
chore: Some fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
finom committed Jan 18, 2020
1 parent 74e1335 commit 8ac101d
Show file tree
Hide file tree
Showing 10 changed files with 3 additions and 364 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"description": "Seemple.js framework",
"main": "seemple.js",
"scripts": {
"test": "lerna run test",
"test": "npm run lint && npm run unit && cat ./packages/seemple/coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
"unit": "npm run --prefix packages/seemple npm-compile && lerna run test",
"build": "lerna run build",
"lint": "eslint .",
"commit": "git-cz",
Expand Down
28 changes: 0 additions & 28 deletions packages/parse-form/spec/common_spec.js

This file was deleted.

5 changes: 0 additions & 5 deletions packages/parse-form/test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ const Jasmine = require('jasmine');
const { JSDOM } = require('jsdom');
const { addAlias } = require('module-alias');
const path = require('path');
const { execSync } = require('child_process');

const jasmine = new Jasmine();

Expand All @@ -12,10 +11,6 @@ global.window = new JSDOM('<!doctype html><html><body></body></html>', {

global.document = global.window.document;

execSync('npm run npm-compile', {
cwd: path.resolve(__dirname, '../../seemple')
});

jasmine.loadConfig({
spec_dir: 'test/spec',
spec_files: [
Expand Down
47 changes: 0 additions & 47 deletions packages/router/spec/gapped_router_spec.js

This file was deleted.

40 changes: 0 additions & 40 deletions packages/router/spec/hash_router_spec.js

This file was deleted.

44 changes: 0 additions & 44 deletions packages/router/spec/history_router_spec.js

This file was deleted.

38 changes: 0 additions & 38 deletions packages/router/spec/simple_router_spec.js

This file was deleted.

155 changes: 0 additions & 155 deletions packages/router/spec/summary_spec.js

This file was deleted.

Loading

0 comments on commit 8ac101d

Please sign in to comment.