Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

270
Vistas
Truffle tests, Type Error: it is not a function

I am new to testing with java script and also new to writing smart contracts. I have watched some tutorials regarding writing the tests and tried to orientate my test with for example the Metacoin example from truffle.

Now when I try to run my basic first test to get the total supply of my ERC20 token, i get the following error message:

  1. Uncaught error outside test suite

0 passing (2ms) 1 failing

  1. Uncaught error outside test suite: Uncaught TypeError: it is not a function

My test code looks like this:

const { assert } = require("console");
const { it } = require("ethers/wordlists");

const charytoken = artifacts.require("CharyToken"); 

contract("CharyToken test", async accounts => {
    it("should get the Balance of CT of this contract", async() => {
        const instance = await charytoken.deployed(); 
        const ctbalance = await instance.totalSupply.call(); 
        assert.equal(ctbalance.valueOf(), 10000000000000000000000);
    }); 
}); 

If anyone knows what I am doing wrong/ I am missing, I would appreachiate help a lot!

about 4 years ago · Juan Pablo Isaza
1 Respuestas
Responde la pregunta

0

It's because you imported the wrong it. It's not from ethers/wordlist

about 4 years ago · Juan Pablo Isaza Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda