Skip to content

Commit

Permalink
Merge pull request #294 from reTHINK-project/develop
Browse files Browse the repository at this point in the history
RuntimeCatalogue remove by using System.import
  • Loading branch information
pchainho committed Jun 27, 2019
2 parents 9629a3b + 4a7264e commit b6ea7eb
Show file tree
Hide file tree
Showing 41 changed files with 9,572 additions and 3,167 deletions.
6 changes: 3 additions & 3 deletions dist/PEP.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dist/ReThinkCtx.js

Large diffs are not rendered by default.

85 changes: 2 additions & 83 deletions dist/Runtime.js

Large diffs are not rendered by default.

8,016 changes: 8,016 additions & 0 deletions dist/Runtime.min.js

Large diffs are not rendered by default.

55 changes: 0 additions & 55 deletions dist/RuntimeCatalogue.js

This file was deleted.

6 changes: 3 additions & 3 deletions dist/StorageManager.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dist/minibus.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dist/rethink.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dist/sandbox.js

Large diffs are not rendered by default.

9 changes: 6 additions & 3 deletions karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,20 @@ module.exports = function(config) {
basePath: '',
frameworks: ['mocha', 'chai', 'sinon'],
files: [
'./test/SyncStorageManager.spec.js'
'./test/*.spec.js'
],
exclude: [
'./test/GraphConnector.spec.js',
'./test/PolicyEngine.spec.js',
'./test/HypertyResourceStorage.spec.js',
'./test/RuntimeCatalogue.spec.js',
'./test/DataObjectsStorage.spec.js',
'./test/StorageManager.spec.js',
'./test/PersistenceManager.spec.js',
'./test/SyncherManager.spec.js'
'./test/CoreDiscovery.spec.js',
'./test/Descriptors.spec.js',
'./test/SyncherManager.spec.js',
'./test/RuntimeUA.spec.js',
'./test/Registry.spec.js'

],
preprocessors: {
Expand Down
Loading

0 comments on commit b6ea7eb

Please sign in to comment.