Skip to content

Commit 463095c

Browse files
author
Swastik
committed
Switch to Chrome from Phantom
1 parent f75bb49 commit 463095c

7 files changed

Lines changed: 6 additions & 4 deletions

File tree

.DS_Store

8 KB
Binary file not shown.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[![Ember Observer Score](https://emberobserver.com/badges/ember-inline-edit.svg)](https://emberobserver.com/addons/ember-inline-edit)
22
[![CircleCI](https://circleci.com/gh/swastik/ember-inline-edit.svg?style=svg)](https://circleci.com/gh/swastik/ember-inline-edit)
33

4-
# ember-inline-edit
4+
# ✏️ ember-inline-edit
55

66
ember-inline-edit provides inline editing for your ember apps. Has basic keyboard support, too.
77

testem.js

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,12 @@ module.exports = {
33
test_page: 'tests/index.html?hidepassed',
44
disable_watching: true,
55
launch_in_ci: [
6-
'PhantomJS'
6+
'Chrome'
77
],
88
launch_in_dev: [
9-
'PhantomJS',
109
'Chrome'
11-
]
10+
],
11+
"browser_args": {
12+
"Chrome": [ '--headless', '--disable-gpu', '--remote-debugging-port=9222' ]
13+
}
1214
};

tests/.DS_Store

6 KB
Binary file not shown.

tests/dummy/.DS_Store

6 KB
Binary file not shown.

tests/dummy/app/.DS_Store

6 KB
Binary file not shown.

tests/dummy/public/.DS_Store

6 KB
Binary file not shown.

0 commit comments

Comments
 (0)