Skip to content

Commit

Permalink
fix(spies): move compile-spy and view-spy
Browse files Browse the repository at this point in the history
BREAKING CHANGE: The compile-spy and view-spy custom attributes have
been removed from this library. They are now part of the
aurelia-testing library.
  • Loading branch information
EisenbergEffect committed May 30, 2016
1 parent ca70cd6 commit 72c4433
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 91 deletions.
6 changes: 0 additions & 6 deletions src/aurelia-templating-resources.js
Expand Up @@ -7,8 +7,6 @@ import {Hide} from './hide';
import {SanitizeHTMLValueConverter} from './sanitize-html';
import {Replaceable} from './replaceable';
import {Focus} from './focus';
import {CompileSpy} from './compile-spy';
import {ViewSpy} from './view-spy';
import {ViewEngine} from 'aurelia-templating';
import {_createCSSResource} from './css-resource';
import {FEATURE, DOM} from 'aurelia-pal';
Expand Down Expand Up @@ -54,8 +52,6 @@ function configure(config) {
'./replaceable',
'./sanitize-html',
'./focus',
'./compile-spy',
'./view-spy',
'./binding-mode-behaviors',
'./throttle-binding-behavior',
'./debounce-binding-behavior',
Expand Down Expand Up @@ -84,8 +80,6 @@ export {
SanitizeHTMLValueConverter,
Replaceable,
Focus,
CompileSpy,
ViewSpy,
configure,
OneTimeBindingBehavior,
OneWayBindingBehavior,
Expand Down
22 changes: 0 additions & 22 deletions src/compile-spy.js

This file was deleted.

63 changes: 0 additions & 63 deletions src/view-spy.js

This file was deleted.

0 comments on commit 72c4433

Please sign in to comment.