Skip to content

Commit 9e274e1

Browse files
committed
#9 corrected source map
1 parent 69accf0 commit 9e274e1

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

cfg/test.js

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ var srcPath = path.join(__dirname, '/../src/')
44
// Add needed plugins here
55

66
module.exports = {
7-
devtool: 'eval',
87
module: {
98
rules: [
109
{

test/components/AppTest.js

-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ describe('MainComponent', () => {
1818
})
1919

2020
it('should have its component name as default className', () => {
21-
debugger
2221
expect(MainComponent.props.className).to.equal('sp-main-container')
2322
})
2423
})

0 commit comments

Comments
 (0)