run es6 tests in karma
This commit is contained in:
10
examples/example.js
Normal file
10
examples/example.js
Normal file
@@ -0,0 +1,10 @@
|
||||
class Example {
|
||||
constructor(){
|
||||
|
||||
}
|
||||
sayHi(){
|
||||
console.log('hi')
|
||||
}
|
||||
}
|
||||
|
||||
export default Example;
|
||||
Reference in New Issue
Block a user