Skip to content

Commit

Permalink
Merge pull request #50 from Snugug/feature/remove-input-tests
Browse files Browse the repository at this point in the history
Remove Input Plugin Tests
  • Loading branch information
scottnath authored Jul 6, 2016
2 parents 3e17bf9 + 3d964db commit e7c60ed
Show file tree
Hide file tree
Showing 18 changed files with 0 additions and 1,043 deletions.
2 changes: 0 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@

const contentTypes = require('./lib/content-types');
const form = require('./lib/form');
const pluginTests = require('./lib/input-plugin-tests');


module.exports = contentTypes;
module.exports.form = form;
module.exports.pluginTests = pluginTests;
273 changes: 0 additions & 273 deletions lib/input-plugin-tests.js

This file was deleted.

4 changes: 0 additions & 4 deletions tests/all.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,3 @@ test('Form Export', t => {
t.is(typeof types.form, 'function', 'Submodule `form` exists and is a function');
t.is(typeof types.form.validate, 'function', 'Submodule `form.validate` exists and is a function');
});

test('Plugin Test Export', t => {
t.is(typeof types.pluginTests, 'function', 'Submodule `pluginTests` exists and is a function');
});
40 changes: 0 additions & 40 deletions tests/fixtures/input-plugins/input-plugin-checkbox.js

This file was deleted.

Loading

0 comments on commit e7c60ed

Please sign in to comment.