mirror of
https://github.com/exane/not-gwent-online
synced 2024-11-23 19:36:53 +00:00
update gitignore +typo fix
This commit is contained in:
parent
6765443d57
commit
897fa598f6
4
.gitignore
vendored
4
.gitignore
vendored
@ -8,4 +8,6 @@ test/spec
|
|||||||
/site/server/vendor
|
/site/server/vendor
|
||||||
/site/server/.env
|
/site/server/.env
|
||||||
/site/client/node_modules
|
/site/client/node_modules
|
||||||
/site/public/assets/js/bundle.js
|
/site/public/assets/js/bundle.js
|
||||||
|
/site/public/assets/css/app.css
|
||||||
|
/site/server/composer.lock
|
@ -94,7 +94,7 @@ describe("pubsub", function(){
|
|||||||
expect(battle.events).toEqual({});*/
|
expect(battle.events).toEqual({});*/
|
||||||
})
|
})
|
||||||
|
|
||||||
it("should give binded ctx", function() {
|
it("should give bound ctx", function() {
|
||||||
var obj = {}, otherCtx = { key: "test"};
|
var obj = {}, otherCtx = { key: "test"};
|
||||||
var card = Card("biting_frost");
|
var card = Card("biting_frost");
|
||||||
var ability = card.getAbility();
|
var ability = card.getAbility();
|
||||||
|
Loading…
Reference in New Issue
Block a user