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
2
.gitignore
vendored
2
.gitignore
vendored
@ -9,3 +9,5 @@ test/spec
|
||||
/site/server/.env
|
||||
/site/client/node_modules
|
||||
/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({});*/
|
||||
})
|
||||
|
||||
it("should give binded ctx", function() {
|
||||
it("should give bound ctx", function() {
|
||||
var obj = {}, otherCtx = { key: "test"};
|
||||
var card = Card("biting_frost");
|
||||
var ability = card.getAbility();
|
||||
|
Loading…
Reference in New Issue
Block a user